#409699

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

Shades of Blue Chill #409699

Tints of Blue Chill #409699

Color information

#409699 (or 0x409699) is unknown color: approx Blue Chill. HEX triplet: 40, 96 and 99. RGB value is (64,150,153). Sum of RGB (Red+Green+Blue) = 64+150+153=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #409699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409699 is #BF6966. Grayscale: #7C7C7C. Windows color (decimal): -12544359 or 10065472. OLE color: 10065472.

HSL color Cylindrical-coordinate representation of color #409699: hue angle of 182.02º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409699 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB64150153-
CMYK0.580.0200.4
HSL182.02º41.01%42.55%-
HSV(B)182.02º58.17%60%-
XYZ18.7725.234.01-
YUV124.63144.0184.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.44%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=17.44%
G=40.87%
B=41.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641501530.580.0200.4182.0241.0142.55
Hex4096993A2028b6292b
Octal1002262317220502665153
Binary1000000100101101001100111101010010100010110110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409699; }

 p { color: rgb(64,150,153); }

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

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

 a { background-color: rgb(64,150,153); }

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

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

 span { border-color: rgb(64,150,153); }

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