Shades of Viking #4CACCA
Tints of Viking #4CACCA
RGB
CMYK
RGB Variations
Color information
#4CACCA (or 0x4CACCA) is known color: Viking. HEX triplet: 4C, AC and CA. RGB value is (76,172,202). Sum of RGB (Red+Green+Blue) = 76+172+202=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACCA is #B35335. Grayscale: #929292. Windows color (decimal): -11752246 or 13282380. OLE color: 13282380.
HSL color Cylindrical-coordinate representation of color #4CACCA: hue angle of 194.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CACCA is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 172 | 202 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.21 |
| HSL | 194.29º | 0.54% | 0.55% | - |
| HSV(B) | 194.29º | 0.62% | 0.79% | - |
| XYZ | 28.39 | 35.31 | 61.2 | - |
| YUV | 146.72 | 159.2 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 202 | 0.62 | 0.15 | 0 | 0.21 | 194.29 | 0.54 | 0.55 |
| Hex | 4C | AC | CA | 3E | F | 0 | 15 | C2 | 36 | 37 |
| Octal | 114 | 254 | 312 | 76 | 17 | 0 | 25 | 302 | 66 | 67 |
| Binary | 1001100 | 10101100 | 11001010 | 111110 | 1111 | 0 | 10101 | 11000010 | 110110 | 110111 |
Color Harmonies of #4CACCA
Complementary color
Monochromatic Colors of #4CACCA
Black with #4CACCA
Text Example
Text Example
White with #4CACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACCA; }
p { color: rgb(76,172,202); }
H1.HeaderClassName
{
color: #4CACCA;
}
.AnyTagClassName
{
color: #4CACCA;
}
</style>
background-color css
<style>
a { background-color: #4CACCA; }
a { background-color: rgb(76,172,202); }
div.DivClassName
{
background-color: #4CACCA;
}
.BgClassName
{
background-color: #4CACCA;
}
</style>
border-color css
<style>
span { border-color: #4CACCA; }
span { border-color: rgb(76,172,202); }
td.TdClassName
{
border-color: #4CACCA;
}
.TagClassName
{
border-color: #4CACCA;
}
</style>