Shades of Viking #429DC4
Tints of Viking #429DC4
RGB
CMYK
RGB Variations
Color information
#429DC4 (or 0x429DC4) is known color: Viking. HEX triplet: 42, 9D and C4. RGB value is (66,157,196). Sum of RGB (Red+Green+Blue) = 66+157+196=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #429DC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DC4 is #BD623B. Grayscale: #858585. Windows color (decimal): -12411452 or 12885314. OLE color: 12885314.
HSL color Cylindrical-coordinate representation of color #429DC4: hue angle of 198º 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 #429DC4 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 157 | 196 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.23 |
| HSL | 198º | 0.52% | 0.51% | - |
| HSV(B) | 198º | 0.66% | 0.77% | - |
| XYZ | 24.27 | 29.26 | 56.59 | - |
| YUV | 134.24 | 162.85 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 196 | 0.66 | 0.20 | 0 | 0.23 | 198 | 0.52 | 0.51 |
| Hex | 42 | 9D | C4 | 42 | 14 | 0 | 17 | C6 | 34 | 33 |
| Octal | 102 | 235 | 304 | 102 | 24 | 0 | 27 | 306 | 64 | 63 |
| Binary | 1000010 | 10011101 | 11000100 | 1000010 | 10100 | 0 | 10111 | 11000110 | 110100 | 110011 |
Color Harmonies of #429DC4
Complementary color
Monochromatic Colors of #429DC4
Black with #429DC4
Text Example
Text Example
White with #429DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DC4; }
p { color: rgb(66,157,196); }
H1.HeaderClassName
{
color: #429DC4;
}
.AnyTagClassName
{
color: #429DC4;
}
</style>
background-color css
<style>
a { background-color: #429DC4; }
a { background-color: rgb(66,157,196); }
div.DivClassName
{
background-color: #429DC4;
}
.BgClassName
{
background-color: #429DC4;
}
</style>
border-color css
<style>
span { border-color: #429DC4; }
span { border-color: rgb(66,157,196); }
td.TdClassName
{
border-color: #429DC4;
}
.TagClassName
{
border-color: #429DC4;
}
</style>