#479396

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

Shades of Blue Chill #479396

Tints of Blue Chill #479396

Color information

#479396 (or 0x479396) is unknown color: approx Blue Chill. HEX triplet: 47, 93 and 96. RGB value is (71,147,150). Sum of RGB (Red+Green+Blue) = 71+147+150=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #479396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479396 is #B86C69. Grayscale: #7C7C7C. Windows color (decimal): -12086378 or 9868103. OLE color: 9868103.

HSL color Cylindrical-coordinate representation of color #479396: hue angle of 182.28º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479396 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB71147150-
CMYK0.530.0200.41
HSL182.28º35.75%43.33%-
HSV(B)182.28º52.67%58.82%-
XYZ18.5424.4132.59-
YUV124.62142.3289.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=19.29%
G=39.95%
B=40.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711471500.530.0200.41182.2835.7543.33
Hex479396352029b6242b
Octal1072232266520512664453
Binary1000111100100111001011011010110010100110110110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479396; }

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

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

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

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

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

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

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

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