#479094

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

Shades of Blue Chill #479094

Tints of Blue Chill #479094

Color information

#479094 (or 0x479094) is unknown color: approx Blue Chill. HEX triplet: 47, 90 and 94. RGB value is (71,144,148). Sum of RGB (Red+Green+Blue) = 71+144+148=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #479094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479094 is #B86F6B. Grayscale: #7A7A7A. Windows color (decimal): -12087148 or 9736263. OLE color: 9736263.

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

Color convert

RGB71144148-
CMYK0.520.0300.42
HSL183.12º35.16%42.94%-
HSV(B)183.12º52.03%58.04%-
XYZ17.9223.4231.59-
YUV122.63142.3291.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=19.56%
G=39.67%
B=40.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711441480.520.0300.42183.1235.1642.94
Hex47909434302Ab7232b
Octal1072202246430522674353
Binary1000111100100001001010011010011010101010110111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479094; }

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

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

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

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

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

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

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

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