Color Hex Logo

#462674 Color Hex

#462674
(70,38,116)
0 Favorites   0 Comments

Color spaces of #462674

RGB 7038116
HSL0.740.510.30
HSV265°67°45°
CMYK 0.400.670.00   0.55
XYZ6.37133.949316.9495
Yxy3.94930.23360.1448
Hunter Lab19.872822.4502-36.6573
CIE-Lab23.503132.8388-39.4788

#462674 color RGB value is (70,38,116).

#462674 hex color red value is 70, green value is 38 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #462674 hue: 0.74 , saturation: 0.51 and the lightness value of 462674 is 0.30.

The process color (four color CMYK) of #462674 color hex is 0.40, 0.67, 0.00, 0.55. Web safe color of #462674 is #333366. Color #462674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100110 01110100
Octal 106 46 164
Decimal 70 38 116
Hex 46 26 74

RGB Percentages of Color #462674

%31.25
%16.96
%51.79

CMYK Percentages of Color #462674

%40
%67
%0
%55

Triadic Colors of #462674

#462674 #744626 #267446

Analogous Colors of #462674

#462674 #6d2674 #262d74

Monochromatic Colors of #462674

#462674

Complementary Color

#462674 #547426

#462674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462674 Color CSS Codes

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

#462674 Text Font Color

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

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


#462674 Background Color

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

This div background color is #462674


#462674 Border Color

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

This div border color is #462674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462674


Comments

No comments written yet.

Please login to write comment.