Shades of Viking #409EC3
Tints of Viking #409EC3
RGB
CMYK
RGB Variations
Color information
#409EC3 (or 0x409EC3) is known color: Viking. HEX triplet: 40, 9E and C3. RGB value is (64,158,195). Sum of RGB (Red+Green+Blue) = 64+158+195=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #409EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409EC3 is #BF613C. Grayscale: #858585. Windows color (decimal): -12542269 or 12820032. OLE color: 12820032.
HSL color Cylindrical-coordinate representation of color #409EC3: hue angle of 196.95º 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 #409EC3 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 158 | 195 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.24 |
| HSL | 196.95º | 0.52% | 0.51% | - |
| HSV(B) | 196.95º | 0.67% | 0.76% | - |
| XYZ | 24.19 | 29.48 | 56.05 | - |
| YUV | 134.11 | 162.36 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 195 | 0.67 | 0.19 | 0 | 0.24 | 196.95 | 0.52 | 0.51 |
| Hex | 40 | 9E | C3 | 43 | 13 | 0 | 18 | C5 | 34 | 33 |
| Octal | 100 | 236 | 303 | 103 | 23 | 0 | 30 | 305 | 64 | 63 |
| Binary | 1000000 | 10011110 | 11000011 | 1000011 | 10011 | 0 | 11000 | 11000101 | 110100 | 110011 |
Color Harmonies of #409EC3
Complementary color
Monochromatic Colors of #409EC3
Black with #409EC3
Text Example
Text Example
White with #409EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409EC3; }
p { color: rgb(64,158,195); }
H1.HeaderClassName
{
color: #409EC3;
}
.AnyTagClassName
{
color: #409EC3;
}
</style>
background-color css
<style>
a { background-color: #409EC3; }
a { background-color: rgb(64,158,195); }
div.DivClassName
{
background-color: #409EC3;
}
.BgClassName
{
background-color: #409EC3;
}
</style>
border-color css
<style>
span { border-color: #409EC3; }
span { border-color: rgb(64,158,195); }
td.TdClassName
{
border-color: #409EC3;
}
.TagClassName
{
border-color: #409EC3;
}
</style>