Shades of Viking #409EC0
Tints of Viking #409EC0
RGB
CMYK
RGB Variations
Color information
#409EC0 (or 0x409EC0) is known color: Viking. HEX triplet: 40, 9E and C0. RGB value is (64,158,192). Sum of RGB (Red+Green+Blue) = 64+158+192=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #409EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409EC0 is #BF613F. Grayscale: #858585. Windows color (decimal): -12542272 or 12623424. OLE color: 12623424.
HSL color Cylindrical-coordinate representation of color #409EC0: hue angle of 195.94º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #409EC0 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 158 | 192 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.25 |
| HSL | 195.94º | 0.5% | 0.5% | - |
| HSV(B) | 195.94º | 0.67% | 0.75% | - |
| XYZ | 23.86 | 29.35 | 54.28 | - |
| YUV | 133.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 192 | 0.67 | 0.18 | 0 | 0.25 | 195.94 | 0.5 | 0.5 |
| Hex | 40 | 9E | C0 | 43 | 12 | 0 | 19 | C4 | 32 | 32 |
| Octal | 100 | 236 | 300 | 103 | 22 | 0 | 31 | 304 | 62 | 62 |
| Binary | 1000000 | 10011110 | 11000000 | 1000011 | 10010 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #409EC0
Complementary color
Monochromatic Colors of #409EC0
Black with #409EC0
Text Example
Text Example
White with #409EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409EC0; }
p { color: rgb(64,158,192); }
H1.HeaderClassName
{
color: #409EC0;
}
.AnyTagClassName
{
color: #409EC0;
}
</style>
background-color css
<style>
a { background-color: #409EC0; }
a { background-color: rgb(64,158,192); }
div.DivClassName
{
background-color: #409EC0;
}
.BgClassName
{
background-color: #409EC0;
}
</style>
border-color css
<style>
span { border-color: #409EC0; }
span { border-color: rgb(64,158,192); }
td.TdClassName
{
border-color: #409EC0;
}
.TagClassName
{
border-color: #409EC0;
}
</style>