Shades of Viking #4CA6CF
Tints of Viking #4CA6CF
RGB
CMYK
RGB Variations
Color information
#4CA6CF (or 0x4CA6CF) is known color: Viking. HEX triplet: 4C, A6 and CF. RGB value is (76,166,207). Sum of RGB (Red+Green+Blue) = 76+166+207=449 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.93% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CA6CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CA6CF is #B35930. Grayscale: #8F8F8F. Windows color (decimal): -11753777 or 13608524. OLE color: 13608524.
HSL color Cylindrical-coordinate representation of color #4CA6CF: hue angle of 198.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CA6CF is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 166 | 207 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.19 |
| HSL | 198.78º | 0.58% | 0.55% | - |
| HSV(B) | 198.78º | 0.63% | 0.81% | - |
| XYZ | 27.88 | 33.31 | 63.99 | - |
| YUV | 143.76 | 163.68 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 166 | 207 | 0.63 | 0.20 | 0 | 0.19 | 198.78 | 0.58 | 0.55 |
| Hex | 4C | A6 | CF | 3F | 14 | 0 | 13 | C7 | 3A | 37 |
| Octal | 114 | 246 | 317 | 77 | 24 | 0 | 23 | 307 | 72 | 67 |
| Binary | 1001100 | 10100110 | 11001111 | 111111 | 10100 | 0 | 10011 | 11000111 | 111010 | 110111 |
Color Harmonies of #4CA6CF
Complementary color
Monochromatic Colors of #4CA6CF
Black with #4CA6CF
Text Example
Text Example
White with #4CA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA6CF; }
p { color: rgb(76,166,207); }
H1.HeaderClassName
{
color: #4CA6CF;
}
.AnyTagClassName
{
color: #4CA6CF;
}
</style>
background-color css
<style>
a { background-color: #4CA6CF; }
a { background-color: rgb(76,166,207); }
div.DivClassName
{
background-color: #4CA6CF;
}
.BgClassName
{
background-color: #4CA6CF;
}
</style>
border-color css
<style>
span { border-color: #4CA6CF; }
span { border-color: rgb(76,166,207); }
td.TdClassName
{
border-color: #4CA6CF;
}
.TagClassName
{
border-color: #4CA6CF;
}
</style>