Color Hex Logo

#462ba8 Color Hex

#462BA8
(70,43,168)
0 Favorites   0 Comments

Color spaces of #462ba8

RGB 7043168
HSL0.700.590.41
HSV253°74°66°
CMYK 0.580.740.00   0.34
XYZ10.45755.857037.6251
Yxy5.85700.19390.1086
Hunter Lab24.201234.7787-75.2359
CIE-Lab29.048845.4130-62.6765

#462ba8 color RGB value is (70,43,168).

#462ba8 hex color red value is 70, green value is 43 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #462ba8 hue: 0.70 , saturation: 0.59 and the lightness value of 462ba8 is 0.41.

The process color (four color CMYK) of #462ba8 color hex is 0.58, 0.74, 0.00, 0.34. Web safe color of #462ba8 is #333399. Color #462ba8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101011 10101000
Octal 106 53 250
Decimal 70 43 168
Hex 46 2B A8

RGB Percentages of Color #462ba8

%24.91
%15.30
%59.79

CMYK Percentages of Color #462ba8

%58
%74
%0
%34

Triadic Colors of #462ba8

#462ba8 #a8462b #2ba846

Analogous Colors of #462ba8

#462ba8 #852ba8 #2b4ea8

Monochromatic Colors of #462ba8

#462ba8

Complementary Color

#462ba8 #8da82b

#462ba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462ba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462ba8 Color CSS Codes

.mybgcolor {background-color:#462ba8; } 
.myforecolor {color:#462ba8; }
.mybordercolor {border:3px solid #462ba8; }

#462ba8 Text Font Color

<p style="color:#462ba8">Text here</p>

This sample text font color is #462ba8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#462ba8 Background Color

<div style="background-color:#462ba8">
Div content here</div>

This div background color is #462ba8


#462ba8 Border Color

<div style="border:3px solid #462ba8">
Div here</div>

This div border color is #462ba8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,43,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #462ba8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #462ba8;
  -webkit-box-shadow: 1px 1px 3px 2px #462ba8;
  box-shadow:         1px 1px 3px 2px #462ba8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,43,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #462ba8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #462ba8;
  -webkit-box-shadow: 1px 1px 3px 2px #462ba8;
  box-shadow:         1px 1px 3px 2px #462ba8;">
Div content here</div>

This div box has shadow with color #462ba8


Comments

No comments written yet.

Please login to write comment.