#479798

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

Shades of Blue Chill #479798

Tints of Blue Chill #479798

Color information

#479798 (or 0x479798) is unknown color: approx Blue Chill. HEX triplet: 47, 97 and 98. RGB value is (71,151,152). Sum of RGB (Red+Green+Blue) = 71+151+152=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #479798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479798 is #B86867. Grayscale: #7F7F7F. Windows color (decimal): -12085352 or 10000199. OLE color: 10000199.

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

Color convert

RGB71151152-
CMYK0.530.0100.40
HSL180.74º36.32%43.73%-
HSV(B)180.74º53.29%59.61%-
XYZ19.3325.7433.66-
YUV127.1914287.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=18.98%
G=40.37%
B=40.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711511520.530.0100.40180.7436.3243.73
Hex479798351028b5242c
Octal1072272306510502654454
Binary100011110010111100110001101011010100010110101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479798; }

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

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

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

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

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

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

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

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