Color Hex Logo

#478298 Color Hex

#478298
(71,130,152)
0 Favorites   0 Comments

Color spaces of #478298

RGB 71130152
HSL0.550.360.44
HSV196°53°60°
CMYK 0.530.140.00   0.40
XYZ16.248719.571932.6271
Yxy19.57190.23740.2859
Hunter Lab44.2401-11.8600-12.7583
CIE-Lab51.3497-12.8002-17.7148

#478298 color RGB value is (71,130,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000010 10011000
Octal 107 202 230
Decimal 71 130 152
Hex 47 82 98

RGB Percentages of Color #478298

%20.11
%36.83
%43.06

CMYK Percentages of Color #478298

%53
%14
%0
%40

Triadic Colors of #478298

#478298 #984782 #829847

Analogous Colors of #478298

#478298 #475a98 #479886

Monochromatic Colors of #478298

#478298

Complementary Color

#478298 #985d47

#478298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478298 Color CSS Codes

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

#478298 Text Font Color

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

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


#478298 Background Color

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

This div background color is #478298


#478298 Border Color

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

This div border color is #478298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478298


Comments

No comments written yet.

Please login to write comment.