Shades of Viking #429EC1
Tints of Viking #429EC1
RGB
CMYK
RGB Variations
Color information
#429EC1 (or 0x429EC1) is known color: Viking. HEX triplet: 42, 9E and C1. RGB value is (66,158,193). Sum of RGB (Red+Green+Blue) = 66+158+193=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #429EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EC1 is #BD613E. Grayscale: #868686. Windows color (decimal): -12411199 or 12688962. OLE color: 12688962.
HSL color Cylindrical-coordinate representation of color #429EC1: hue angle of 196.54º 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 #429EC1 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 158 | 193 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.24 |
| HSL | 196.54º | 0.51% | 0.51% | - |
| HSV(B) | 196.54º | 0.66% | 0.76% | - |
| XYZ | 24.1 | 29.46 | 54.87 | - |
| YUV | 134.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 193 | 0.66 | 0.18 | 0 | 0.24 | 196.54 | 0.51 | 0.51 |
| Hex | 42 | 9E | C1 | 42 | 12 | 0 | 18 | C5 | 33 | 33 |
| Octal | 102 | 236 | 301 | 102 | 22 | 0 | 30 | 305 | 63 | 63 |
| Binary | 1000010 | 10011110 | 11000001 | 1000010 | 10010 | 0 | 11000 | 11000101 | 110011 | 110011 |
Color Harmonies of #429EC1
Complementary color
Monochromatic Colors of #429EC1
Black with #429EC1
Text Example
Text Example
White with #429EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429EC1; }
p { color: rgb(66,158,193); }
H1.HeaderClassName
{
color: #429EC1;
}
.AnyTagClassName
{
color: #429EC1;
}
</style>
background-color css
<style>
a { background-color: #429EC1; }
a { background-color: rgb(66,158,193); }
div.DivClassName
{
background-color: #429EC1;
}
.BgClassName
{
background-color: #429EC1;
}
</style>
border-color css
<style>
span { border-color: #429EC1; }
span { border-color: rgb(66,158,193); }
td.TdClassName
{
border-color: #429EC1;
}
.TagClassName
{
border-color: #429EC1;
}
</style>