Shades of Viking #409CC9
Tints of Viking #409CC9
RGB
CMYK
RGB Variations
Color information
#409CC9 (or 0x409CC9) is known color: Viking. HEX triplet: 40, 9C and C9. RGB value is (64,156,201). Sum of RGB (Red+Green+Blue) = 64+156+201=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #409CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CC9 is #BF6336. Grayscale: #858585. Windows color (decimal): -12542775 or 13212736. OLE color: 13212736.
HSL color Cylindrical-coordinate representation of color #409CC9: hue angle of 199.71º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409CC9 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 156 | 201 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.21 |
| HSL | 199.71º | 0.56% | 0.52% | - |
| HSV(B) | 199.71º | 0.68% | 0.79% | - |
| XYZ | 24.55 | 29.08 | 59.58 | - |
| YUV | 133.62 | 166.02 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 201 | 0.68 | 0.22 | 0 | 0.21 | 199.71 | 0.56 | 0.52 |
| Hex | 40 | 9C | C9 | 44 | 16 | 0 | 15 | C8 | 38 | 34 |
| Octal | 100 | 234 | 311 | 104 | 26 | 0 | 25 | 310 | 70 | 64 |
| Binary | 1000000 | 10011100 | 11001001 | 1000100 | 10110 | 0 | 10101 | 11001000 | 111000 | 110100 |
Color Harmonies of #409CC9
Complementary color
Monochromatic Colors of #409CC9
Black with #409CC9
Text Example
Text Example
White with #409CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CC9; }
p { color: rgb(64,156,201); }
H1.HeaderClassName
{
color: #409CC9;
}
.AnyTagClassName
{
color: #409CC9;
}
</style>
background-color css
<style>
a { background-color: #409CC9; }
a { background-color: rgb(64,156,201); }
div.DivClassName
{
background-color: #409CC9;
}
.BgClassName
{
background-color: #409CC9;
}
</style>
border-color css
<style>
span { border-color: #409CC9; }
span { border-color: rgb(64,156,201); }
td.TdClassName
{
border-color: #409CC9;
}
.TagClassName
{
border-color: #409CC9;
}
</style>