#478C89

Color #478C89 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #478C89

Tints of Blue Chill #478C89

Color information

#478C89 (or 0x478C89) is unknown color: approx Blue Chill. HEX triplet: 47, 8C and 89. RGB value is (71,140,137). Sum of RGB (Red+Green+Blue) = 71+140+137=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 140 - color contains mainly: green. Hex color #478C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478C89 is #B87376. Grayscale: #767676. Windows color (decimal): -12088183 or 9014343. OLE color: 9014343.

HSL color Cylindrical-coordinate representation of color #478C89: hue angle of 177.39º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478C89 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB71140137-
CMYK0.4900.020.45
HSL177.39º32.7%41.37%-
HSV(B)177.39º49.29%54.9%-
XYZ16.4921.927.03-
YUV119.03138.1493.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 140 (55.08% from 255) = 40.23%
BLUE value IS 137 (53.91% from 255) = 39.37%
R=20.40%
G=40.23%
B=39.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711401370.4900.020.45177.3932.741.37
Hex478C8931022Db12129
Octal1072142116102552614151
Binary1000111100011001000100111000101010110110110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478C89; }

 p { color: rgb(71,140,137); }

 H1.HeaderClassName
 {
   color: #478C89;
 }
 .AnyTagClassName
 {
   color: #478C89;
 }
</style>
background-color css

<style>
 a { background-color: #478C89; }

 a { background-color: rgb(71,140,137); }

 div.DivClassName
 {
   background-color: #478C89;
 }
 .BgClassName
 {
   background-color: #478C89;
 }
</style>
border-color css

<style>
 span { border-color: #478C89; }

 span { border-color: rgb(71,140,137); }

 td.TdClassName
 {
   border-color: #478C89;
 }
 .TagClassName
 {
   border-color: #478C89;
 }
</style>