Shades of Viking #429FCB
Tints of Viking #429FCB
RGB
CMYK
RGB Variations
Color information
#429FCB (or 0x429FCB) is known color: Viking. HEX triplet: 42, 9F and CB. RGB value is (66,159,203). Sum of RGB (Red+Green+Blue) = 66+159+203=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #429FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FCB is #BD6034. Grayscale: #878787. Windows color (decimal): -12410933 or 13344578. OLE color: 13344578.
HSL color Cylindrical-coordinate representation of color #429FCB: hue angle of 199.27º 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 #429FCB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 159 | 203 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.20 |
| HSL | 199.27º | 0.57% | 0.53% | - |
| HSV(B) | 199.27º | 0.67% | 0.8% | - |
| XYZ | 25.42 | 30.27 | 61 | - |
| YUV | 136.21 | 165.69 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 203 | 0.67 | 0.22 | 0 | 0.20 | 199.27 | 0.57 | 0.53 |
| Hex | 42 | 9F | CB | 43 | 16 | 0 | 14 | C7 | 39 | 35 |
| Octal | 102 | 237 | 313 | 103 | 26 | 0 | 24 | 307 | 71 | 65 |
| Binary | 1000010 | 10011111 | 11001011 | 1000011 | 10110 | 0 | 10100 | 11000111 | 111001 | 110101 |
Color Harmonies of #429FCB
Complementary color
Monochromatic Colors of #429FCB
Black with #429FCB
Text Example
Text Example
White with #429FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429FCB; }
p { color: rgb(66,159,203); }
H1.HeaderClassName
{
color: #429FCB;
}
.AnyTagClassName
{
color: #429FCB;
}
</style>
background-color css
<style>
a { background-color: #429FCB; }
a { background-color: rgb(66,159,203); }
div.DivClassName
{
background-color: #429FCB;
}
.BgClassName
{
background-color: #429FCB;
}
</style>
border-color css
<style>
span { border-color: #429FCB; }
span { border-color: rgb(66,159,203); }
td.TdClassName
{
border-color: #429FCB;
}
.TagClassName
{
border-color: #429FCB;
}
</style>