Color Hex Logo

#479498 Color Hex

#479498
(71,148,152)
0 Favorites   0 Comments

Color spaces of #479498

RGB 71148152
HSL0.510.360.44
HSV183°53°60°
CMYK 0.530.030.00   0.40
XYZ18.855924.786433.4962
Yxy24.78640.24440.3213
Hunter Lab49.7859-19.5204-5.0404
CIE-Lab56.8667-22.4680-9.3806

#479498 color RGB value is (71,148,152).

#479498 hex color red value is 71, green value is 148 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #479498 hue: 0.51 , saturation: 0.36 and the lightness value of 479498 is 0.44.

The process color (four color CMYK) of #479498 color hex is 0.53, 0.03, 0.00, 0.40. Web safe color of #479498 is #339999. Color #479498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010100 10011000
Octal 107 224 230
Decimal 71 148 152
Hex 47 94 98

RGB Percentages of Color #479498

%19.14
%39.89
%40.97

CMYK Percentages of Color #479498

%53
%3
%0
%40

Triadic Colors of #479498

#479498 #984794 #949847

Analogous Colors of #479498

#479498 #476c98 #479874

Monochromatic Colors of #479498

#479498

Complementary Color

#479498 #984b47

#479498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#479498 Color CSS Codes

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

#479498 Text Font Color

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

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


#479498 Background Color

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

This div background color is #479498


#479498 Border Color

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

This div border color is #479498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,148,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 #479498">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479498


Comments

No comments written yet.

Please login to write comment.