Shades of Viking #4CC2DD
Tints of Viking #4CC2DD
RGB
CMYK
RGB Variations
Color information
#4CC2DD (or 0x4CC2DD) is known color: Viking. HEX triplet: 4C, C2 and DD. RGB value is (76,194,221). Sum of RGB (Red+Green+Blue) = 76+194+221=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CC2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC2DD is #B33D22. Grayscale: #A1A1A1. Windows color (decimal): -11746595 or 14533196. OLE color: 14533196.
HSL color Cylindrical-coordinate representation of color #4CC2DD: hue angle of 191.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CC2DD is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 194 | 221 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.13 |
| HSL | 191.17º | 0.68% | 0.58% | - |
| HSV(B) | 191.17º | 0.66% | 0.87% | - |
| XYZ | 35.32 | 45.34 | 75.3 | - |
| YUV | 161.8 | 161.41 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 221 | 0.66 | 0.12 | 0 | 0.13 | 191.17 | 0.68 | 0.58 |
| Hex | 4C | C2 | DD | 42 | C | 0 | D | BF | 44 | 3A |
| Octal | 114 | 302 | 335 | 102 | 14 | 0 | 15 | 277 | 104 | 72 |
| Binary | 1001100 | 11000010 | 11011101 | 1000010 | 1100 | 0 | 1101 | 10111111 | 1000100 | 111010 |
Color Harmonies of #4CC2DD
Complementary color
Monochromatic Colors of #4CC2DD
Black with #4CC2DD
Text Example
Text Example
White with #4CC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC2DD; }
p { color: rgb(76,194,221); }
H1.HeaderClassName
{
color: #4CC2DD;
}
.AnyTagClassName
{
color: #4CC2DD;
}
</style>
background-color css
<style>
a { background-color: #4CC2DD; }
a { background-color: rgb(76,194,221); }
div.DivClassName
{
background-color: #4CC2DD;
}
.BgClassName
{
background-color: #4CC2DD;
}
</style>
border-color css
<style>
span { border-color: #4CC2DD; }
span { border-color: rgb(76,194,221); }
td.TdClassName
{
border-color: #4CC2DD;
}
.TagClassName
{
border-color: #4CC2DD;
}
</style>