#47979C

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

Shades of Blue Chill #47979C

Tints of Blue Chill #47979C

Color information

#47979C (or 0x47979C) is unknown color: approx Blue Chill. HEX triplet: 47, 97 and 9C. RGB value is (71,151,156). Sum of RGB (Red+Green+Blue) = 71+151+156=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #47979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47979C is #B86863. Grayscale: #7F7F7F. Windows color (decimal): -12085348 or 10262343. OLE color: 10262343.

HSL color Cylindrical-coordinate representation of color #47979C: hue angle of 183.53º 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 #47979C is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71151156-
CMYK0.540.0300.39
HSL183.53º37.44%44.51%-
HSV(B)183.53º54.49%61.18%-
XYZ19.6725.8735.41-
YUV127.6514487.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.78%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=18.78%
G=39.95%
B=41.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711511560.540.0300.39183.5337.4444.51
Hex47979C363027b8252d
Octal1072272346630472704555
Binary1000111100101111001110011011011010011110111000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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