Shades of Viking #409DC2
Tints of Viking #409DC2
RGB
CMYK
RGB Variations
Color information
#409DC2 (or 0x409DC2) is known color: Viking. HEX triplet: 40, 9D and C2. RGB value is (64,157,194). Sum of RGB (Red+Green+Blue) = 64+157+194=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #409DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409DC2 is #BF623D. Grayscale: #858585. Windows color (decimal): -12542526 or 12754240. OLE color: 12754240.
HSL color Cylindrical-coordinate representation of color #409DC2: hue angle of 197.08º 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 #409DC2 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 157 | 194 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.24 |
| HSL | 197.08º | 0.52% | 0.51% | - |
| HSV(B) | 197.08º | 0.67% | 0.76% | - |
| XYZ | 23.91 | 29.1 | 55.4 | - |
| YUV | 133.41 | 162.19 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 194 | 0.67 | 0.19 | 0 | 0.24 | 197.08 | 0.52 | 0.51 |
| Hex | 40 | 9D | C2 | 43 | 13 | 0 | 18 | C5 | 34 | 33 |
| Octal | 100 | 235 | 302 | 103 | 23 | 0 | 30 | 305 | 64 | 63 |
| Binary | 1000000 | 10011101 | 11000010 | 1000011 | 10011 | 0 | 11000 | 11000101 | 110100 | 110011 |
Color Harmonies of #409DC2
Complementary color
Monochromatic Colors of #409DC2
Black with #409DC2
Text Example
Text Example
White with #409DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DC2; }
p { color: rgb(64,157,194); }
H1.HeaderClassName
{
color: #409DC2;
}
.AnyTagClassName
{
color: #409DC2;
}
</style>
background-color css
<style>
a { background-color: #409DC2; }
a { background-color: rgb(64,157,194); }
div.DivClassName
{
background-color: #409DC2;
}
.BgClassName
{
background-color: #409DC2;
}
</style>
border-color css
<style>
span { border-color: #409DC2; }
span { border-color: rgb(64,157,194); }
td.TdClassName
{
border-color: #409DC2;
}
.TagClassName
{
border-color: #409DC2;
}
</style>