Shades of Viking #409ECB
Tints of Viking #409ECB
RGB
CMYK
RGB Variations
Color information
#409ECB (or 0x409ECB) is known color: Viking. HEX triplet: 40, 9E and CB. RGB value is (64,158,203). Sum of RGB (Red+Green+Blue) = 64+158+203=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #409ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409ECB is #BF6134. Grayscale: #868686. Windows color (decimal): -12542261 or 13344320. OLE color: 13344320.
HSL color Cylindrical-coordinate representation of color #409ECB: hue angle of 199.42º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409ECB is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 158 | 203 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.20 |
| HSL | 199.42º | 0.57% | 0.52% | - |
| HSV(B) | 199.42º | 0.68% | 0.8% | - |
| XYZ | 25.12 | 29.86 | 60.94 | - |
| YUV | 135.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 203 | 0.68 | 0.22 | 0 | 0.20 | 199.42 | 0.57 | 0.52 |
| Hex | 40 | 9E | CB | 44 | 16 | 0 | 14 | C7 | 39 | 34 |
| Octal | 100 | 236 | 313 | 104 | 26 | 0 | 24 | 307 | 71 | 64 |
| Binary | 1000000 | 10011110 | 11001011 | 1000100 | 10110 | 0 | 10100 | 11000111 | 111001 | 110100 |
Color Harmonies of #409ECB
Complementary color
Monochromatic Colors of #409ECB
Black with #409ECB
Text Example
Text Example
White with #409ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409ECB; }
p { color: rgb(64,158,203); }
H1.HeaderClassName
{
color: #409ECB;
}
.AnyTagClassName
{
color: #409ECB;
}
</style>
background-color css
<style>
a { background-color: #409ECB; }
a { background-color: rgb(64,158,203); }
div.DivClassName
{
background-color: #409ECB;
}
.BgClassName
{
background-color: #409ECB;
}
</style>
border-color css
<style>
span { border-color: #409ECB; }
span { border-color: rgb(64,158,203); }
td.TdClassName
{
border-color: #409ECB;
}
.TagClassName
{
border-color: #409ECB;
}
</style>