Shades of Viking #4CACC6
Tints of Viking #4CACC6
RGB
CMYK
RGB Variations
Color information
#4CACC6 (or 0x4CACC6) is known color: Viking. HEX triplet: 4C, AC and C6. RGB value is (76,172,198). Sum of RGB (Red+Green+Blue) = 76+172+198=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #4CACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACC6 is #B35339. Grayscale: #929292. Windows color (decimal): -11752250 or 13020236. OLE color: 13020236.
HSL color Cylindrical-coordinate representation of color #4CACC6: hue angle of 192.79º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CACC6 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 172 | 198 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.22 |
| HSL | 192.79º | 0.52% | 0.54% | - |
| HSV(B) | 192.79º | 0.62% | 0.78% | - |
| XYZ | 27.93 | 35.12 | 58.73 | - |
| YUV | 146.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 198 | 0.62 | 0.13 | 0 | 0.22 | 192.79 | 0.52 | 0.54 |
| Hex | 4C | AC | C6 | 3E | D | 0 | 16 | C1 | 34 | 36 |
| Octal | 114 | 254 | 306 | 76 | 15 | 0 | 26 | 301 | 64 | 66 |
| Binary | 1001100 | 10101100 | 11000110 | 111110 | 1101 | 0 | 10110 | 11000001 | 110100 | 110110 |
Color Harmonies of #4CACC6
Complementary color
Monochromatic Colors of #4CACC6
Black with #4CACC6
Text Example
Text Example
White with #4CACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACC6; }
p { color: rgb(76,172,198); }
H1.HeaderClassName
{
color: #4CACC6;
}
.AnyTagClassName
{
color: #4CACC6;
}
</style>
background-color css
<style>
a { background-color: #4CACC6; }
a { background-color: rgb(76,172,198); }
div.DivClassName
{
background-color: #4CACC6;
}
.BgClassName
{
background-color: #4CACC6;
}
</style>
border-color css
<style>
span { border-color: #4CACC6; }
span { border-color: rgb(76,172,198); }
td.TdClassName
{
border-color: #4CACC6;
}
.TagClassName
{
border-color: #4CACC6;
}
</style>