Shades of Blue Chill #409FA3
Tints of Blue Chill #409FA3
RGB
CMYK
RGB Variations
Color information
#409FA3 (or 0x409FA3) is known color: Blue Chill. HEX triplet: 40, 9F and A3. RGB value is (64,159,163). Sum of RGB (Red+Green+Blue) = 64+159+163=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #409FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409FA3 is #BF605C. Grayscale: #828282. Windows color (decimal): -12542045 or 10723136. OLE color: 10723136.
HSL color Cylindrical-coordinate representation of color #409FA3: hue angle of 182.42º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #409FA3 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 159 | 163 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.36 |
| HSL | 182.42º | 0.44% | 0.45% | - |
| HSV(B) | 182.42º | 0.61% | 0.64% | - |
| XYZ | 21.12 | 28.53 | 39.04 | - |
| YUV | 131.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 163 | 0.61 | 0.02 | 0 | 0.36 | 182.42 | 0.44 | 0.45 |
| Hex | 40 | 9F | A3 | 3D | 2 | 0 | 24 | B6 | 2C | 2D |
| Octal | 100 | 237 | 243 | 75 | 2 | 0 | 44 | 266 | 54 | 55 |
| Binary | 1000000 | 10011111 | 10100011 | 111101 | 10 | 0 | 100100 | 10110110 | 101100 | 101101 |
Color Harmonies of #409FA3
Complementary color
Monochromatic Colors of #409FA3
Black with #409FA3
Text Example
Text Example
White with #409FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FA3; }
p { color: rgb(64,159,163); }
H1.HeaderClassName
{
color: #409FA3;
}
.AnyTagClassName
{
color: #409FA3;
}
</style>
background-color css
<style>
a { background-color: #409FA3; }
a { background-color: rgb(64,159,163); }
div.DivClassName
{
background-color: #409FA3;
}
.BgClassName
{
background-color: #409FA3;
}
</style>
border-color css
<style>
span { border-color: #409FA3; }
span { border-color: rgb(64,159,163); }
td.TdClassName
{
border-color: #409FA3;
}
.TagClassName
{
border-color: #409FA3;
}
</style>