#479993

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

Shades of Blue Chill #479993

Tints of Blue Chill #479993

Color information

#479993 (or 0x479993) is unknown color: approx Blue Chill. HEX triplet: 47, 99 and 93. RGB value is (71,153,147). Sum of RGB (Red+Green+Blue) = 71+153+147=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #479993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479993 is #B8666C. Grayscale: #7F7F7F. Windows color (decimal): -12084845 or 9673031. OLE color: 9673031.

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

Color convert

RGB71153147-
CMYK0.5400.040.4
HSL175.61º36.61%43.92%-
HSV(B)175.61º53.59%60%-
XYZ19.2626.2331.65-
YUV127.8138.8387.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=19.14%
G=41.24%
B=39.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531470.5400.040.4175.6136.6143.92
Hex479993360428b0252c
Octal1072312236604502604554
Binary10001111001100110010011110110010010100010110000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479993; }

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

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

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

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

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

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

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

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