#479898

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

Shades of Blue Chill #479898

Tints of Blue Chill #479898

Color information

#479898 (or 0x479898) is unknown color: approx Blue Chill. HEX triplet: 47, 98 and 98. RGB value is (71,152,152). Sum of RGB (Red+Green+Blue) = 71+152+152=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #479898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479898 is #B86767. Grayscale: #7F7F7F. Windows color (decimal): -12085096 or 10000455. OLE color: 10000455.

HSL color Cylindrical-coordinate representation of color #479898: hue angle of 180º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479898 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71152152-
CMYK0.53000.40
HSL180º36.32%43.73%-
HSV(B)180º53.29%59.61%-
XYZ19.4926.0633.71-
YUV127.78141.6687.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.93%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=18.93%
G=40.53%
B=40.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711521520.53000.4018036.3243.73
Hex479898350028b4242c
Octal1072302306500502644454
Binary100011110011000100110001101010010100010110100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479898; }

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

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

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

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

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

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

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

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