Shades of Viking #429FC2
Tints of Viking #429FC2
RGB
CMYK
RGB Variations
Color information
#429FC2 (or 0x429FC2) is known color: Viking. HEX triplet: 42, 9F and C2. RGB value is (66,159,194). Sum of RGB (Red+Green+Blue) = 66+159+194=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #429FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FC2 is #BD603D. Grayscale: #868686. Windows color (decimal): -12410942 or 12754754. OLE color: 12754754.
HSL color Cylindrical-coordinate representation of color #429FC2: hue angle of 196.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429FC2 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 159 | 194 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.24 |
| HSL | 196.41º | 0.51% | 0.51% | - |
| HSV(B) | 196.41º | 0.66% | 0.76% | - |
| XYZ | 24.38 | 29.85 | 55.52 | - |
| YUV | 135.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 194 | 0.66 | 0.18 | 0 | 0.24 | 196.41 | 0.51 | 0.51 |
| Hex | 42 | 9F | C2 | 42 | 12 | 0 | 18 | C4 | 33 | 33 |
| Octal | 102 | 237 | 302 | 102 | 22 | 0 | 30 | 304 | 63 | 63 |
| Binary | 1000010 | 10011111 | 11000010 | 1000010 | 10010 | 0 | 11000 | 11000100 | 110011 | 110011 |
Color Harmonies of #429FC2
Complementary color
Monochromatic Colors of #429FC2
Black with #429FC2
Text Example
Text Example
White with #429FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FC2; }
p { color: rgb(66,159,194); }
H1.HeaderClassName
{
color: #429FC2;
}
.AnyTagClassName
{
color: #429FC2;
}
</style>
background-color css
<style>
a { background-color: #429FC2; }
a { background-color: rgb(66,159,194); }
div.DivClassName
{
background-color: #429FC2;
}
.BgClassName
{
background-color: #429FC2;
}
</style>
border-color css
<style>
span { border-color: #429FC2; }
span { border-color: rgb(66,159,194); }
td.TdClassName
{
border-color: #429FC2;
}
.TagClassName
{
border-color: #429FC2;
}
</style>