#47908D

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

Shades of Blue Chill #47908D

Tints of Blue Chill #47908D

Color information

#47908D (or 0x47908D) is unknown color: approx Blue Chill. HEX triplet: 47, 90 and 8D. RGB value is (71,144,141). Sum of RGB (Red+Green+Blue) = 71+144+141=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #47908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47908D is #B86F72. Grayscale: #797979. Windows color (decimal): -12087155 or 9277511. OLE color: 9277511.

HSL color Cylindrical-coordinate representation of color #47908D: hue angle of 177.53º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47908D is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB71144141-
CMYK0.5100.020.44
HSL177.53º33.95%42.16%-
HSV(B)177.53º50.69%56.47%-
XYZ17.3823.2128.76-
YUV121.83138.8291.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.94%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=19.94%
G=40.45%
B=39.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711441410.5100.020.44177.5333.9542.16
Hex47908D33022Cb2222a
Octal1072202156302542624252
Binary1000111100100001000110111001101010110010110010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47908D; }

 p { color: rgb(71,144,141); }

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

<style>
 a { background-color: #47908D; }

 a { background-color: rgb(71,144,141); }

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

<style>
 span { border-color: #47908D; }

 span { border-color: rgb(71,144,141); }

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