Shades of Viking #429FC4
Tints of Viking #429FC4
RGB
CMYK
RGB Variations
Color information
#429FC4 (or 0x429FC4) is known color: Viking. HEX triplet: 42, 9F and C4. RGB value is (66,159,196). Sum of RGB (Red+Green+Blue) = 66+159+196=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #429FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FC4 is #BD603B. Grayscale: #878787. Windows color (decimal): -12410940 or 12885826. OLE color: 12885826.
HSL color Cylindrical-coordinate representation of color #429FC4: hue angle of 197.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429FC4 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 159 | 196 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.23 |
| HSL | 197.08º | 0.52% | 0.51% | - |
| HSV(B) | 197.08º | 0.66% | 0.77% | - |
| XYZ | 24.61 | 29.94 | 56.71 | - |
| YUV | 135.41 | 162.19 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 196 | 0.66 | 0.19 | 0 | 0.23 | 197.08 | 0.52 | 0.51 |
| Hex | 42 | 9F | C4 | 42 | 13 | 0 | 17 | C5 | 34 | 33 |
| Octal | 102 | 237 | 304 | 102 | 23 | 0 | 27 | 305 | 64 | 63 |
| Binary | 1000010 | 10011111 | 11000100 | 1000010 | 10011 | 0 | 10111 | 11000101 | 110100 | 110011 |
Color Harmonies of #429FC4
Complementary color
Monochromatic Colors of #429FC4
Black with #429FC4
Text Example
Text Example
White with #429FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FC4; }
p { color: rgb(66,159,196); }
H1.HeaderClassName
{
color: #429FC4;
}
.AnyTagClassName
{
color: #429FC4;
}
</style>
background-color css
<style>
a { background-color: #429FC4; }
a { background-color: rgb(66,159,196); }
div.DivClassName
{
background-color: #429FC4;
}
.BgClassName
{
background-color: #429FC4;
}
</style>
border-color css
<style>
span { border-color: #429FC4; }
span { border-color: rgb(66,159,196); }
td.TdClassName
{
border-color: #429FC4;
}
.TagClassName
{
border-color: #429FC4;
}
</style>