Shades of Viking #4CACD5
Tints of Viking #4CACD5
RGB
CMYK
RGB Variations
Color information
#4CACD5 (or 0x4CACD5) is known color: Viking. HEX triplet: 4C, AC and D5. RGB value is (76,172,213). Sum of RGB (Red+Green+Blue) = 76+172+213=461 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.49% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #4CACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CACD5 is #B3532A. Grayscale: #939393. Windows color (decimal): -11752235 or 14003276. OLE color: 14003276.
HSL color Cylindrical-coordinate representation of color #4CACD5: hue angle of 197.96º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CACD5 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 172 | 213 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.16 |
| HSL | 197.96º | 0.62% | 0.57% | - |
| HSV(B) | 197.96º | 0.64% | 0.84% | - |
| XYZ | 29.74 | 35.85 | 68.3 | - |
| YUV | 147.97 | 164.7 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 213 | 0.64 | 0.19 | 0 | 0.16 | 197.96 | 0.62 | 0.57 |
| Hex | 4C | AC | D5 | 40 | 13 | 0 | 10 | C6 | 3E | 39 |
| Octal | 114 | 254 | 325 | 100 | 23 | 0 | 20 | 306 | 76 | 71 |
| Binary | 1001100 | 10101100 | 11010101 | 1000000 | 10011 | 0 | 10000 | 11000110 | 111110 | 111001 |
Color Harmonies of #4CACD5
Complementary color
Monochromatic Colors of #4CACD5
Black with #4CACD5
Text Example
Text Example
White with #4CACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACD5; }
p { color: rgb(76,172,213); }
H1.HeaderClassName
{
color: #4CACD5;
}
.AnyTagClassName
{
color: #4CACD5;
}
</style>
background-color css
<style>
a { background-color: #4CACD5; }
a { background-color: rgb(76,172,213); }
div.DivClassName
{
background-color: #4CACD5;
}
.BgClassName
{
background-color: #4CACD5;
}
</style>
border-color css
<style>
span { border-color: #4CACD5; }
span { border-color: rgb(76,172,213); }
td.TdClassName
{
border-color: #4CACD5;
}
.TagClassName
{
border-color: #4CACD5;
}
</style>