Color Hex Logo

#462872 Color Hex

#462872
(70,40,114)
0 Favorites   0 Comments

Color spaces of #462872

RGB 7040114
HSL0.730.480.30
HSV264°65°45°
CMYK 0.390.650.00   0.55
XYZ6.32184.034616.3651
Yxy4.03460.23660.1510
Hunter Lab20.086321.0286-34.2454
CIE-Lab23.785531.0943-37.7409

#462872 color RGB value is (70,40,114).

#462872 hex color red value is 70, green value is 40 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #462872 hue: 0.73 , saturation: 0.48 and the lightness value of 462872 is 0.30.

The process color (four color CMYK) of #462872 color hex is 0.39, 0.65, 0.00, 0.55. Web safe color of #462872 is #333366. Color #462872 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101000 01110010
Octal 106 50 162
Decimal 70 40 114
Hex 46 28 72

RGB Percentages of Color #462872

%31.25
%17.86
%50.89

CMYK Percentages of Color #462872

%39
%65
%0
%55

Triadic Colors of #462872

#462872 #724628 #287246

Analogous Colors of #462872

#462872 #6b2872 #282f72

Monochromatic Colors of #462872

#462872

Complementary Color

#462872 #547228

#462872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462872 Color CSS Codes

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

#462872 Text Font Color

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

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


#462872 Background Color

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

This div background color is #462872


#462872 Border Color

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

This div border color is #462872


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,40,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #462872; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #462872;
  -webkit-box-shadow: 1px 1px 3px 2px #462872;
  box-shadow:         1px 1px 3px 2px #462872; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462872


Comments

No comments written yet.

Please login to write comment.