#479092

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

Shades of Blue Chill #479092

Tints of Blue Chill #479092

Color information

#479092 (or 0x479092) is unknown color: approx Blue Chill. HEX triplet: 47, 90 and 92. RGB value is (71,144,146). Sum of RGB (Red+Green+Blue) = 71+144+146=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #479092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479092 is #B86F6D. Grayscale: #7A7A7A. Windows color (decimal): -12087150 or 9605191. OLE color: 9605191.

HSL color Cylindrical-coordinate representation of color #479092: hue angle of 181.6º 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 #479092 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71144146-
CMYK0.510.0100.43
HSL181.6º34.56%42.55%-
HSV(B)181.6º51.37%57.25%-
XYZ17.7623.3630.77-
YUV122.4141.3291.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=19.67%
G=39.89%
B=40.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711441460.510.0100.43181.634.5642.55
Hex47909233102Bb6232b
Octal1072202226310532664353
Binary100011110010000100100101100111010101110110110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479092; }

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

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

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

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

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

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

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

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