#47918F

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

Shades of Blue Chill #47918F

Tints of Blue Chill #47918F

Color information

#47918F (or 0x47918F) is unknown color: approx Blue Chill. HEX triplet: 47, 91 and 8F. RGB value is (71,145,143). Sum of RGB (Red+Green+Blue) = 71+145+143=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #47918F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47918F is #B86E70. Grayscale: #7A7A7A. Windows color (decimal): -12086897 or 9408839. OLE color: 9408839.

HSL color Cylindrical-coordinate representation of color #47918F: hue angle of 178.38º 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 #47918F is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB71145143-
CMYK0.5100.010.43
HSL178.38º34.26%42.35%-
HSV(B)178.38º51.03%56.86%-
XYZ17.6823.5729.6-
YUV122.65139.4891.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=19.78%
G=40.39%
B=39.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451430.5100.010.43178.3834.2642.35
Hex47918F33012Bb2222a
Octal1072212176301532624252
Binary100011110010001100011111100110110101110110010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47918F; }

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

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

<style>
 a { background-color: #47918F; }

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

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

<style>
 span { border-color: #47918F; }

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

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