Shades of Viking #429FCD
Tints of Viking #429FCD
RGB
CMYK
RGB Variations
Color information
#429FCD (or 0x429FCD) is known color: Viking. HEX triplet: 42, 9F and CD. RGB value is (66,159,205). Sum of RGB (Red+Green+Blue) = 66+159+205=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #429FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FCD is #BD6032. Grayscale: #888888. Windows color (decimal): -12410931 or 13475650. OLE color: 13475650.
HSL color Cylindrical-coordinate representation of color #429FCD: hue angle of 199.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429FCD is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 159 | 205 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.20 |
| HSL | 199.86º | 0.58% | 0.53% | - |
| HSV(B) | 199.86º | 0.68% | 0.8% | - |
| XYZ | 25.66 | 30.36 | 62.27 | - |
| YUV | 136.44 | 166.69 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 205 | 0.68 | 0.22 | 0 | 0.20 | 199.86 | 0.58 | 0.53 |
| Hex | 42 | 9F | CD | 44 | 16 | 0 | 14 | C8 | 3A | 35 |
| Octal | 102 | 237 | 315 | 104 | 26 | 0 | 24 | 310 | 72 | 65 |
| Binary | 1000010 | 10011111 | 11001101 | 1000100 | 10110 | 0 | 10100 | 11001000 | 111010 | 110101 |
Color Harmonies of #429FCD
Complementary color
Monochromatic Colors of #429FCD
Black with #429FCD
Text Example
Text Example
White with #429FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FCD; }
p { color: rgb(66,159,205); }
H1.HeaderClassName
{
color: #429FCD;
}
.AnyTagClassName
{
color: #429FCD;
}
</style>
background-color css
<style>
a { background-color: #429FCD; }
a { background-color: rgb(66,159,205); }
div.DivClassName
{
background-color: #429FCD;
}
.BgClassName
{
background-color: #429FCD;
}
</style>
border-color css
<style>
span { border-color: #429FCD; }
span { border-color: rgb(66,159,205); }
td.TdClassName
{
border-color: #429FCD;
}
.TagClassName
{
border-color: #429FCD;
}
</style>