Shades of Viking #4CAFD5
Tints of Viking #4CAFD5
RGB
CMYK
RGB Variations
Color information
#4CAFD5 (or 0x4CAFD5) is known color: Viking. HEX triplet: 4C, AF and D5. RGB value is (76,175,213). Sum of RGB (Red+Green+Blue) = 76+175+213=464 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.38% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #4CAFD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFD5 is #B3502A. Grayscale: #959595. Windows color (decimal): -11751467 or 14004044. OLE color: 14004044.
HSL color Cylindrical-coordinate representation of color #4CAFD5: hue angle of 196.64º 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 #4CAFD5 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 175 | 213 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.16 |
| HSL | 196.64º | 0.62% | 0.57% | - |
| HSV(B) | 196.64º | 0.64% | 0.84% | - |
| XYZ | 30.32 | 37 | 68.49 | - |
| YUV | 149.73 | 163.7 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 213 | 0.64 | 0.18 | 0 | 0.16 | 196.64 | 0.62 | 0.57 |
| Hex | 4C | AF | D5 | 40 | 12 | 0 | 10 | C5 | 3E | 39 |
| Octal | 114 | 257 | 325 | 100 | 22 | 0 | 20 | 305 | 76 | 71 |
| Binary | 1001100 | 10101111 | 11010101 | 1000000 | 10010 | 0 | 10000 | 11000101 | 111110 | 111001 |
Color Harmonies of #4CAFD5
Complementary color
Monochromatic Colors of #4CAFD5
Black with #4CAFD5
Text Example
Text Example
White with #4CAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAFD5; }
p { color: rgb(76,175,213); }
H1.HeaderClassName
{
color: #4CAFD5;
}
.AnyTagClassName
{
color: #4CAFD5;
}
</style>
background-color css
<style>
a { background-color: #4CAFD5; }
a { background-color: rgb(76,175,213); }
div.DivClassName
{
background-color: #4CAFD5;
}
.BgClassName
{
background-color: #4CAFD5;
}
</style>
border-color css
<style>
span { border-color: #4CAFD5; }
span { border-color: rgb(76,175,213); }
td.TdClassName
{
border-color: #4CAFD5;
}
.TagClassName
{
border-color: #4CAFD5;
}
</style>