#479996

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

Shades of Blue Chill #479996

Tints of Blue Chill #479996

Color information

#479996 (or 0x479996) is unknown color: approx Blue Chill. HEX triplet: 47, 99 and 96. RGB value is (71,153,150). Sum of RGB (Red+Green+Blue) = 71+153+150=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #479996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479996 is #B86669. Grayscale: #808080. Windows color (decimal): -12084842 or 9869639. OLE color: 9869639.

HSL color Cylindrical-coordinate representation of color #479996: hue angle of 177.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479996 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB71153150-
CMYK0.5400.020.4
HSL177.8º36.61%43.92%-
HSV(B)177.8º53.59%60%-
XYZ19.4926.3232.91-
YUV128.14140.3387.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=18.98%
G=40.91%
B=40.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531500.5400.020.4177.836.6143.92
Hex479996360228b2252c
Octal1072312266602502624554
Binary1000111100110011001011011011001010100010110010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479996; }

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

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

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

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

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

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

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

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