Color Hex Logo

#467798 Color Hex

#467798
(70,119,152)
0 Favorites   0 Comments

Color spaces of #467798

RGB 70119152
HSL0.570.370.44
HSV204°54°60°
CMYK 0.540.220.00   0.40
XYZ14.790116.762732.1618
Yxy16.76270.23210.2631
Hunter Lab40.9423-7.1672-17.9151
CIE-Lab47.9596-6.7529-22.9204

#467798 color RGB value is (70,119,152).

#467798 hex color red value is 70, green value is 119 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #467798 hue: 0.57 , saturation: 0.37 and the lightness value of 467798 is 0.44.

The process color (four color CMYK) of #467798 color hex is 0.54, 0.22, 0.00, 0.40. Web safe color of #467798 is #336699. Color #467798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110111 10011000
Octal 106 167 230
Decimal 70 119 152
Hex 46 77 98

RGB Percentages of Color #467798

%20.53
%34.90
%44.57

CMYK Percentages of Color #467798

%54
%22
%0
%40

Triadic Colors of #467798

#467798 #984677 #779846

Analogous Colors of #467798

#467798 #464e98 #469890

Monochromatic Colors of #467798

#467798

Complementary Color

#467798 #986746

#467798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#467798 Color CSS Codes

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

#467798 Text Font Color

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

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


#467798 Background Color

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

This div background color is #467798


#467798 Border Color

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

This div border color is #467798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467798


Comments

No comments written yet.

Please login to write comment.