#479292

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

Shades of Blue Chill #479292

Tints of Blue Chill #479292

Color information

#479292 (or 0x479292) is unknown color: approx Blue Chill. HEX triplet: 47, 92 and 92. RGB value is (71,146,146). Sum of RGB (Red+Green+Blue) = 71+146+146=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #479292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479292 is #B86D6D. Grayscale: #7B7B7B. Windows color (decimal): -12086638 or 9605703. OLE color: 9605703.

HSL color Cylindrical-coordinate representation of color #479292: hue angle of 180º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479292 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71146146-
CMYK0.51000.43
HSL180º34.56%42.55%-
HSV(B)180º51.37%57.25%-
XYZ18.0723.9730.87-
YUV123.58140.6590.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=19.56%
G=40.22%
B=40.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461460.51000.4318034.5642.55
Hex47929233002Bb4232b
Octal1072222226300532644353
Binary100011110010010100100101100110010101110110100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479292; }

 p { color: rgb(71,146,146); }

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

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

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

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

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

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

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