Shades of Viking #409EC2
Tints of Viking #409EC2
RGB
CMYK
RGB Variations
Color information
#409EC2 (or 0x409EC2) is known color: Viking. HEX triplet: 40, 9E and C2. RGB value is (64,158,194). Sum of RGB (Red+Green+Blue) = 64+158+194=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #409EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409EC2 is #BF613D. Grayscale: #858585. Windows color (decimal): -12542270 or 12754496. OLE color: 12754496.
HSL color Cylindrical-coordinate representation of color #409EC2: hue angle of 196.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #409EC2 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 158 | 194 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.24 |
| HSL | 196.62º | 0.52% | 0.51% | - |
| HSV(B) | 196.62º | 0.67% | 0.76% | - |
| XYZ | 24.08 | 29.44 | 55.45 | - |
| YUV | 134 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 194 | 0.67 | 0.19 | 0 | 0.24 | 196.62 | 0.52 | 0.51 |
| Hex | 40 | 9E | C2 | 43 | 13 | 0 | 18 | C5 | 34 | 33 |
| Octal | 100 | 236 | 302 | 103 | 23 | 0 | 30 | 305 | 64 | 63 |
| Binary | 1000000 | 10011110 | 11000010 | 1000011 | 10011 | 0 | 11000 | 11000101 | 110100 | 110011 |
Color Harmonies of #409EC2
Complementary color
Monochromatic Colors of #409EC2
Black with #409EC2
Text Example
Text Example
White with #409EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409EC2; }
p { color: rgb(64,158,194); }
H1.HeaderClassName
{
color: #409EC2;
}
.AnyTagClassName
{
color: #409EC2;
}
</style>
background-color css
<style>
a { background-color: #409EC2; }
a { background-color: rgb(64,158,194); }
div.DivClassName
{
background-color: #409EC2;
}
.BgClassName
{
background-color: #409EC2;
}
</style>
border-color css
<style>
span { border-color: #409EC2; }
span { border-color: rgb(64,158,194); }
td.TdClassName
{
border-color: #409EC2;
}
.TagClassName
{
border-color: #409EC2;
}
</style>