#478F8E

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

Shades of Blue Chill #478F8E

Tints of Blue Chill #478F8E

Color information

#478F8E (or 0x478F8E) is unknown color: approx Blue Chill. HEX triplet: 47, 8F and 8E. RGB value is (71,143,142). Sum of RGB (Red+Green+Blue) = 71+143+142=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #478F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478F8E is #B87071. Grayscale: #797979. Windows color (decimal): -12087410 or 9342791. OLE color: 9342791.

HSL color Cylindrical-coordinate representation of color #478F8E: hue angle of 179.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478F8E is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB71143142-
CMYK0.5000.010.44
HSL179.17º33.64%41.96%-
HSV(B)179.17º50.35%56.08%-
XYZ17.322.9429.11-
YUV121.36139.6592.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=19.94%
G=40.17%
B=39.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711431420.5000.010.44179.1733.6441.96
Hex478F8E32012Cb3222a
Octal1072172166201542634252
Binary100011110001111100011101100100110110010110011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,143,142); }

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

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

 a { background-color: rgb(71,143,142); }

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

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

 span { border-color: rgb(71,143,142); }

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