#409499

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

Shades of Blue Chill #409499

Tints of Blue Chill #409499

Color information

#409499 (or 0x409499) is unknown color: approx Blue Chill. HEX triplet: 40, 94 and 99. RGB value is (64,148,153). Sum of RGB (Red+Green+Blue) = 64+148+153=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #409499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409499 is #BF6B66. Grayscale: #7B7B7B. Windows color (decimal): -12544871 or 10064960. OLE color: 10064960.

HSL color Cylindrical-coordinate representation of color #409499: hue angle of 183.37º 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 #409499 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB64148153-
CMYK0.580.0300.4
HSL183.37º41.01%42.55%-
HSV(B)183.37º58.17%60%-
XYZ18.4524.5733.91-
YUV123.45144.6785.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.53%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=17.53%
G=40.55%
B=41.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal641481530.580.0300.4183.3741.0142.55
Hex4094993A3028b7292b
Octal1002242317230502675153
Binary1000000100101001001100111101011010100010110111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409499; }

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

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

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

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

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

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

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

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