Shades of Viking #4CACC2
Tints of Viking #4CACC2
RGB
CMYK
RGB Variations
Color information
#4CACC2 (or 0x4CACC2) is known color: Viking. HEX triplet: 4C, AC and C2. RGB value is (76,172,194). Sum of RGB (Red+Green+Blue) = 76+172+194=442 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.19% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #4CACC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACC2 is #B3533D. Grayscale: #919191. Windows color (decimal): -11752254 or 12758092. OLE color: 12758092.
HSL color Cylindrical-coordinate representation of color #4CACC2: hue angle of 191.19º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CACC2 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 172 | 194 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.24 |
| HSL | 191.19º | 0.49% | 0.53% | - |
| HSV(B) | 191.19º | 0.61% | 0.76% | - |
| XYZ | 27.47 | 34.94 | 56.33 | - |
| YUV | 145.8 | 155.2 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 194 | 0.61 | 0.11 | 0 | 0.24 | 191.19 | 0.49 | 0.53 |
| Hex | 4C | AC | C2 | 3D | B | 0 | 18 | BF | 31 | 35 |
| Octal | 114 | 254 | 302 | 75 | 13 | 0 | 30 | 277 | 61 | 65 |
| Binary | 1001100 | 10101100 | 11000010 | 111101 | 1011 | 0 | 11000 | 10111111 | 110001 | 110101 |
Color Harmonies of #4CACC2
Complementary color
Monochromatic Colors of #4CACC2
Black with #4CACC2
Text Example
Text Example
White with #4CACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACC2; }
p { color: rgb(76,172,194); }
H1.HeaderClassName
{
color: #4CACC2;
}
.AnyTagClassName
{
color: #4CACC2;
}
</style>
background-color css
<style>
a { background-color: #4CACC2; }
a { background-color: rgb(76,172,194); }
div.DivClassName
{
background-color: #4CACC2;
}
.BgClassName
{
background-color: #4CACC2;
}
</style>
border-color css
<style>
span { border-color: #4CACC2; }
span { border-color: rgb(76,172,194); }
td.TdClassName
{
border-color: #4CACC2;
}
.TagClassName
{
border-color: #4CACC2;
}
</style>