Shades of Viking #429DCB
Tints of Viking #429DCB
RGB
CMYK
RGB Variations
Color information
#429DCB (or 0x429DCB) is known color: Viking. HEX triplet: 42, 9D and CB. RGB value is (66,157,203). Sum of RGB (Red+Green+Blue) = 66+157+203=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #429DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DCB is #BD6234. Grayscale: #868686. Windows color (decimal): -12411445 or 13344066. OLE color: 13344066.
HSL color Cylindrical-coordinate representation of color #429DCB: hue angle of 200.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429DCB is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 157 | 203 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.20 |
| HSL | 200.15º | 0.57% | 0.53% | - |
| HSV(B) | 200.15º | 0.67% | 0.8% | - |
| XYZ | 25.08 | 29.58 | 60.89 | - |
| YUV | 135.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 203 | 0.67 | 0.23 | 0 | 0.20 | 200.15 | 0.57 | 0.53 |
| Hex | 42 | 9D | CB | 43 | 17 | 0 | 14 | C8 | 39 | 35 |
| Octal | 102 | 235 | 313 | 103 | 27 | 0 | 24 | 310 | 71 | 65 |
| Binary | 1000010 | 10011101 | 11001011 | 1000011 | 10111 | 0 | 10100 | 11001000 | 111001 | 110101 |
Color Harmonies of #429DCB
Complementary color
Monochromatic Colors of #429DCB
Black with #429DCB
Text Example
Text Example
White with #429DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DCB; }
p { color: rgb(66,157,203); }
H1.HeaderClassName
{
color: #429DCB;
}
.AnyTagClassName
{
color: #429DCB;
}
</style>
background-color css
<style>
a { background-color: #429DCB; }
a { background-color: rgb(66,157,203); }
div.DivClassName
{
background-color: #429DCB;
}
.BgClassName
{
background-color: #429DCB;
}
</style>
border-color css
<style>
span { border-color: #429DCB; }
span { border-color: rgb(66,157,203); }
td.TdClassName
{
border-color: #429DCB;
}
.TagClassName
{
border-color: #429DCB;
}
</style>