Shades of Viking #4CC2D7
Tints of Viking #4CC2D7
RGB
CMYK
RGB Variations
Color information
#4CC2D7 (or 0x4CC2D7) is known color: Viking. HEX triplet: 4C, C2 and D7. RGB value is (76,194,215). Sum of RGB (Red+Green+Blue) = 76+194+215=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #4CC2D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC2D7 is #B33D28. Grayscale: #A0A0A0. Windows color (decimal): -11746601 or 14139980. OLE color: 14139980.
HSL color Cylindrical-coordinate representation of color #4CC2D7: hue angle of 189.06º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CC2D7 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 194 | 215 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.16 |
| HSL | 189.06º | 0.63% | 0.57% | - |
| HSV(B) | 189.06º | 0.65% | 0.84% | - |
| XYZ | 34.54 | 45.03 | 71.16 | - |
| YUV | 161.11 | 158.41 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 215 | 0.65 | 0.10 | 0 | 0.16 | 189.06 | 0.63 | 0.57 |
| Hex | 4C | C2 | D7 | 41 | A | 0 | 10 | BD | 3F | 39 |
| Octal | 114 | 302 | 327 | 101 | 12 | 0 | 20 | 275 | 77 | 71 |
| Binary | 1001100 | 11000010 | 11010111 | 1000001 | 1010 | 0 | 10000 | 10111101 | 111111 | 111001 |
Color Harmonies of #4CC2D7
Complementary color
Monochromatic Colors of #4CC2D7
Black with #4CC2D7
Text Example
Text Example
White with #4CC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC2D7; }
p { color: rgb(76,194,215); }
H1.HeaderClassName
{
color: #4CC2D7;
}
.AnyTagClassName
{
color: #4CC2D7;
}
</style>
background-color css
<style>
a { background-color: #4CC2D7; }
a { background-color: rgb(76,194,215); }
div.DivClassName
{
background-color: #4CC2D7;
}
.BgClassName
{
background-color: #4CC2D7;
}
</style>
border-color css
<style>
span { border-color: #4CC2D7; }
span { border-color: rgb(76,194,215); }
td.TdClassName
{
border-color: #4CC2D7;
}
.TagClassName
{
border-color: #4CC2D7;
}
</style>