#47969C

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

Shades of Blue Chill #47969C

Tints of Blue Chill #47969C

Color information

#47969C (or 0x47969C) is unknown color: approx Blue Chill. HEX triplet: 47, 96 and 9C. RGB value is (71,150,156). Sum of RGB (Red+Green+Blue) = 71+150+156=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #47969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47969C is #B86963. Grayscale: #7E7E7E. Windows color (decimal): -12085604 or 10262087. OLE color: 10262087.

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

Color convert

RGB71150156-
CMYK0.540.0400.39
HSL184.24º37.44%44.51%-
HSV(B)184.24º54.49%61.18%-
XYZ19.5125.5535.36-
YUV127.06144.3388.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.83%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=18.83%
G=39.79%
B=41.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711501560.540.0400.39184.2437.4444.51
Hex47969C364027b8252d
Octal1072262346640472704555
Binary10001111001011010011100110110100010011110111000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47969C; }

 p { color: rgb(71,150,156); }

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

<style>
 a { background-color: #47969C; }

 a { background-color: rgb(71,150,156); }

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

<style>
 span { border-color: #47969C; }

 span { border-color: rgb(71,150,156); }

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