#47999B

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

Shades of Blue Chill #47999B

Tints of Blue Chill #47999B

Color information

#47999B (or 0x47999B) is unknown color: approx Blue Chill. HEX triplet: 47, 99 and 9B. RGB value is (71,153,155). Sum of RGB (Red+Green+Blue) = 71+153+155=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #47999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47999B is #B86664. Grayscale: #808080. Windows color (decimal): -12084837 or 10197319. OLE color: 10197319.

HSL color Cylindrical-coordinate representation of color #47999B: hue angle of 181.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47999B is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71153155-
CMYK0.540.0100.39
HSL181.43º37.17%44.31%-
HSV(B)181.43º54.19%60.78%-
XYZ19.9126.4935.07-
YUV128.71142.8386.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.73%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=18.73%
G=40.37%
B=40.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711531550.540.0100.39181.4337.1744.31
Hex47999B361027b5252c
Octal1072312336610472654554
Binary100011110011001100110111101101010011110110101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47999B; }

 p { color: rgb(71,153,155); }

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

<style>
 a { background-color: #47999B; }

 a { background-color: rgb(71,153,155); }

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

<style>
 span { border-color: #47999B; }

 span { border-color: rgb(71,153,155); }

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