Shades of Viking #409FCC
Tints of Viking #409FCC
RGB
CMYK
RGB Variations
Color information
#409FCC (or 0x409FCC) is known color: Viking. HEX triplet: 40, 9F and CC. RGB value is (64,159,204). Sum of RGB (Red+Green+Blue) = 64+159+204=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #409FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FCC is #BF6033. Grayscale: #878787. Windows color (decimal): -12542004 or 13410112. OLE color: 13410112.
HSL color Cylindrical-coordinate representation of color #409FCC: hue angle of 199.29º 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 #409FCC is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 159 | 204 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.2 |
| HSL | 199.29º | 0.58% | 0.53% | - |
| HSV(B) | 199.29º | 0.69% | 0.8% | - |
| XYZ | 25.41 | 30.25 | 61.63 | - |
| YUV | 135.73 | 166.53 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 204 | 0.69 | 0.22 | 0 | 0.2 | 199.29 | 0.58 | 0.53 |
| Hex | 40 | 9F | CC | 45 | 16 | 0 | 14 | C7 | 3A | 35 |
| Octal | 100 | 237 | 314 | 105 | 26 | 0 | 24 | 307 | 72 | 65 |
| Binary | 1000000 | 10011111 | 11001100 | 1000101 | 10110 | 0 | 10100 | 11000111 | 111010 | 110101 |
Color Harmonies of #409FCC
Complementary color
Monochromatic Colors of #409FCC
Black with #409FCC
Text Example
Text Example
White with #409FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FCC; }
p { color: rgb(64,159,204); }
H1.HeaderClassName
{
color: #409FCC;
}
.AnyTagClassName
{
color: #409FCC;
}
</style>
background-color css
<style>
a { background-color: #409FCC; }
a { background-color: rgb(64,159,204); }
div.DivClassName
{
background-color: #409FCC;
}
.BgClassName
{
background-color: #409FCC;
}
</style>
border-color css
<style>
span { border-color: #409FCC; }
span { border-color: rgb(64,159,204); }
td.TdClassName
{
border-color: #409FCC;
}
.TagClassName
{
border-color: #409FCC;
}
</style>