Shades of Viking #429FC6
Tints of Viking #429FC6
RGB
CMYK
RGB Variations
Color information
#429FC6 (or 0x429FC6) is known color: Viking. HEX triplet: 42, 9F and C6. RGB value is (66,159,198). Sum of RGB (Red+Green+Blue) = 66+159+198=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #429FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FC6 is #BD6039. Grayscale: #878787. Windows color (decimal): -12410938 or 13016898. OLE color: 13016898.
HSL color Cylindrical-coordinate representation of color #429FC6: hue angle of 197.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429FC6 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 159 | 198 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.22 |
| HSL | 197.73º | 0.54% | 0.52% | - |
| HSV(B) | 197.73º | 0.67% | 0.78% | - |
| XYZ | 24.84 | 30.03 | 57.91 | - |
| YUV | 135.64 | 163.19 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 198 | 0.67 | 0.20 | 0 | 0.22 | 197.73 | 0.54 | 0.52 |
| Hex | 42 | 9F | C6 | 43 | 14 | 0 | 16 | C6 | 36 | 34 |
| Octal | 102 | 237 | 306 | 103 | 24 | 0 | 26 | 306 | 66 | 64 |
| Binary | 1000010 | 10011111 | 11000110 | 1000011 | 10100 | 0 | 10110 | 11000110 | 110110 | 110100 |
Color Harmonies of #429FC6
Complementary color
Monochromatic Colors of #429FC6
Black with #429FC6
Text Example
Text Example
White with #429FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FC6; }
p { color: rgb(66,159,198); }
H1.HeaderClassName
{
color: #429FC6;
}
.AnyTagClassName
{
color: #429FC6;
}
</style>
background-color css
<style>
a { background-color: #429FC6; }
a { background-color: rgb(66,159,198); }
div.DivClassName
{
background-color: #429FC6;
}
.BgClassName
{
background-color: #429FC6;
}
</style>
border-color css
<style>
span { border-color: #429FC6; }
span { border-color: rgb(66,159,198); }
td.TdClassName
{
border-color: #429FC6;
}
.TagClassName
{
border-color: #429FC6;
}
</style>