#479994

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

Shades of Blue Chill #479994

Tints of Blue Chill #479994

Color information

#479994 (or 0x479994) is unknown color: approx Blue Chill. HEX triplet: 47, 99 and 94. RGB value is (71,153,148). Sum of RGB (Red+Green+Blue) = 71+153+148=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #479994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479994 is #B8666B. Grayscale: #7F7F7F. Windows color (decimal): -12084844 or 9738567. OLE color: 9738567.

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

Color convert

RGB71153148-
CMYK0.5400.030.4
HSL176.34º36.61%43.92%-
HSV(B)176.34º53.59%60%-
XYZ19.3426.2632.07-
YUV127.91139.3387.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.09%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=19.09%
G=41.13%
B=39.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531480.5400.030.4176.3436.6143.92
Hex479994360328b0252c
Octal1072312246603502604554
Binary1000111100110011001010011011001110100010110000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479994; }

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

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

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

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

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

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

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

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