Shades of Viking #429DC7
Tints of Viking #429DC7
RGB
CMYK
RGB Variations
Color information
#429DC7 (or 0x429DC7) is known color: Viking. HEX triplet: 42, 9D and C7. RGB value is (66,157,199). Sum of RGB (Red+Green+Blue) = 66+157+199=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #429DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DC7 is #BD6238. Grayscale: #868686. Windows color (decimal): -12411449 or 13081922. OLE color: 13081922.
HSL color Cylindrical-coordinate representation of color #429DC7: hue angle of 198.95º 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 #429DC7 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 157 | 199 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.22 |
| HSL | 198.95º | 0.54% | 0.52% | - |
| HSV(B) | 198.95º | 0.67% | 0.78% | - |
| XYZ | 24.61 | 29.4 | 58.41 | - |
| YUV | 134.58 | 164.35 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 199 | 0.67 | 0.21 | 0 | 0.22 | 198.95 | 0.54 | 0.52 |
| Hex | 42 | 9D | C7 | 43 | 15 | 0 | 16 | C7 | 36 | 34 |
| Octal | 102 | 235 | 307 | 103 | 25 | 0 | 26 | 307 | 66 | 64 |
| Binary | 1000010 | 10011101 | 11000111 | 1000011 | 10101 | 0 | 10110 | 11000111 | 110110 | 110100 |
Color Harmonies of #429DC7
Complementary color
Monochromatic Colors of #429DC7
Black with #429DC7
Text Example
Text Example
White with #429DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DC7; }
p { color: rgb(66,157,199); }
H1.HeaderClassName
{
color: #429DC7;
}
.AnyTagClassName
{
color: #429DC7;
}
</style>
background-color css
<style>
a { background-color: #429DC7; }
a { background-color: rgb(66,157,199); }
div.DivClassName
{
background-color: #429DC7;
}
.BgClassName
{
background-color: #429DC7;
}
</style>
border-color css
<style>
span { border-color: #429DC7; }
span { border-color: rgb(66,157,199); }
td.TdClassName
{
border-color: #429DC7;
}
.TagClassName
{
border-color: #429DC7;
}
</style>