Shades of Viking #409DCC
Tints of Viking #409DCC
RGB
CMYK
RGB Variations
Color information
#409DCC (or 0x409DCC) is known color: Viking. HEX triplet: 40, 9D and CC. RGB value is (64,157,204). Sum of RGB (Red+Green+Blue) = 64+157+204=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #409DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409DCC is #BF6233. Grayscale: #868686. Windows color (decimal): -12542516 or 13409600. OLE color: 13409600.
HSL color Cylindrical-coordinate representation of color #409DCC: hue angle of 200.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #409DCC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 157 | 204 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.2 |
| HSL | 200.14º | 0.58% | 0.53% | - |
| HSV(B) | 200.14º | 0.69% | 0.8% | - |
| XYZ | 25.07 | 29.56 | 61.51 | - |
| YUV | 134.55 | 167.19 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 204 | 0.69 | 0.23 | 0 | 0.2 | 200.14 | 0.58 | 0.53 |
| Hex | 40 | 9D | CC | 45 | 17 | 0 | 14 | C8 | 3A | 35 |
| Octal | 100 | 235 | 314 | 105 | 27 | 0 | 24 | 310 | 72 | 65 |
| Binary | 1000000 | 10011101 | 11001100 | 1000101 | 10111 | 0 | 10100 | 11001000 | 111010 | 110101 |
Color Harmonies of #409DCC
Complementary color
Monochromatic Colors of #409DCC
Black with #409DCC
Text Example
Text Example
White with #409DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DCC; }
p { color: rgb(64,157,204); }
H1.HeaderClassName
{
color: #409DCC;
}
.AnyTagClassName
{
color: #409DCC;
}
</style>
background-color css
<style>
a { background-color: #409DCC; }
a { background-color: rgb(64,157,204); }
div.DivClassName
{
background-color: #409DCC;
}
.BgClassName
{
background-color: #409DCC;
}
</style>
border-color css
<style>
span { border-color: #409DCC; }
span { border-color: rgb(64,157,204); }
td.TdClassName
{
border-color: #409DCC;
}
.TagClassName
{
border-color: #409DCC;
}
</style>