Color Hex Logo

#46069b Color Hex

#46069B
(70,6,155)
0 Favorites   0 Comments

Color spaces of #46069b

RGB 706155
HSL0.740.930.32
HSV266°96°61°
CMYK 0.550.960.00   0.39
XYZ8.50733.798931.2952
Yxy3.79890.19510.0871
Hunter Lab19.490843.8026-81.5550
CIE-Lab22.995255.5772-64.7554

#46069b color RGB value is (70,6,155).

#46069b hex color red value is 70, green value is 6 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #46069b hue: 0.74 , saturation: 0.93 and the lightness value of 46069b is 0.32.

The process color (four color CMYK) of #46069b color hex is 0.55, 0.96, 0.00, 0.39. Web safe color of #46069b is #330099. Color #46069b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000110 10011011
Octal 106 6 233
Decimal 70 6 155
Hex 46 6 9B

RGB Percentages of Color #46069b

%30.30
%2.60
%67.10

CMYK Percentages of Color #46069b

%55
%96
%0
%39

Triadic Colors of #46069b

#46069b #9b4606 #069b46

Analogous Colors of #46069b

#46069b #91069b #06119b

Monochromatic Colors of #46069b

#46069b

Complementary Color

#46069b #5b9b06

#46069b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46069b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46069b Color CSS Codes

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

#46069b Text Font Color

<p style="color:#46069b">Text here</p>

This sample text font color is #46069b
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.


#46069b Background Color

<div style="background-color:#46069b">
Div content here</div>

This div background color is #46069b


#46069b Border Color

<div style="border:3px solid #46069b">
Div here</div>

This div border color is #46069b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,6,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46069b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46069b;
  -webkit-box-shadow: 1px 1px 3px 2px #46069b;
  box-shadow:         1px 1px 3px 2px #46069b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46069b


Comments

No comments written yet.

Please login to write comment.