Shades of Viking #4CACCC
Tints of Viking #4CACCC
RGB
CMYK
RGB Variations
Color information
#4CACCC (or 0x4CACCC) is known color: Viking. HEX triplet: 4C, AC and CC. RGB value is (76,172,204). Sum of RGB (Red+Green+Blue) = 76+172+204=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACCC is #B35333. Grayscale: #929292. Windows color (decimal): -11752244 or 13413452. OLE color: 13413452.
HSL color Cylindrical-coordinate representation of color #4CACCC: hue angle of 195º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CACCC is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 172 | 204 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.2 |
| HSL | 195º | 0.56% | 0.55% | - |
| HSV(B) | 195º | 0.63% | 0.8% | - |
| XYZ | 28.63 | 35.4 | 62.45 | - |
| YUV | 146.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 204 | 0.63 | 0.16 | 0 | 0.2 | 195 | 0.56 | 0.55 |
| Hex | 4C | AC | CC | 3F | 10 | 0 | 14 | C3 | 38 | 37 |
| Octal | 114 | 254 | 314 | 77 | 20 | 0 | 24 | 303 | 70 | 67 |
| Binary | 1001100 | 10101100 | 11001100 | 111111 | 10000 | 0 | 10100 | 11000011 | 111000 | 110111 |
Color Harmonies of #4CACCC
Complementary color
Monochromatic Colors of #4CACCC
Black with #4CACCC
Text Example
Text Example
White with #4CACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACCC; }
p { color: rgb(76,172,204); }
H1.HeaderClassName
{
color: #4CACCC;
}
.AnyTagClassName
{
color: #4CACCC;
}
</style>
background-color css
<style>
a { background-color: #4CACCC; }
a { background-color: rgb(76,172,204); }
div.DivClassName
{
background-color: #4CACCC;
}
.BgClassName
{
background-color: #4CACCC;
}
</style>
border-color css
<style>
span { border-color: #4CACCC; }
span { border-color: rgb(76,172,204); }
td.TdClassName
{
border-color: #4CACCC;
}
.TagClassName
{
border-color: #4CACCC;
}
</style>