#478A91

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

Shades of Blue Chill #478A91

Tints of Blue Chill #478A91

Color information

#478A91 (or 0x478A91) is unknown color: approx Blue Chill. HEX triplet: 47, 8A and 91. RGB value is (71,138,145). Sum of RGB (Red+Green+Blue) = 71+138+145=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #478A91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478A91 is #B8756E. Grayscale: #767676. Windows color (decimal): -12088687 or 9538119. OLE color: 9538119.

HSL color Cylindrical-coordinate representation of color #478A91: hue angle of 185.68º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478A91 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71138145-
CMYK0.510.0500.43
HSL185.68º34.26%42.35%-
HSV(B)185.68º51.03%56.86%-
XYZ16.821.5630.06-
YUV118.76142.893.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=20.06%
G=38.98%
B=40.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711381450.510.0500.43185.6834.2642.35
Hex478A9133502Bba222a
Octal1072122216350532724252
Binary10001111000101010010001110011101010101110111010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,138,145); }

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

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

 a { background-color: rgb(71,138,145); }

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

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

 span { border-color: rgb(71,138,145); }

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