Shades of Viking #4CC3DD
Tints of Viking #4CC3DD
RGB
CMYK
RGB Variations
Color information
#4CC3DD (or 0x4CC3DD) is known color: Viking. HEX triplet: 4C, C3 and DD. RGB value is (76,195,221). Sum of RGB (Red+Green+Blue) = 76+195+221=492 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.45% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CC3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC3DD is #B33C22. Grayscale: #A2A2A2. Windows color (decimal): -11746339 or 14533452. OLE color: 14533452.
HSL color Cylindrical-coordinate representation of color #4CC3DD: hue angle of 190.76º 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 #4CC3DD is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 195 | 221 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.13 |
| HSL | 190.76º | 0.68% | 0.58% | - |
| HSV(B) | 190.76º | 0.66% | 0.87% | - |
| XYZ | 35.55 | 45.79 | 75.37 | - |
| YUV | 162.38 | 161.08 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 221 | 0.66 | 0.12 | 0 | 0.13 | 190.76 | 0.68 | 0.58 |
| Hex | 4C | C3 | DD | 42 | C | 0 | D | BF | 44 | 3A |
| Octal | 114 | 303 | 335 | 102 | 14 | 0 | 15 | 277 | 104 | 72 |
| Binary | 1001100 | 11000011 | 11011101 | 1000010 | 1100 | 0 | 1101 | 10111111 | 1000100 | 111010 |
Color Harmonies of #4CC3DD
Complementary color
Monochromatic Colors of #4CC3DD
Black with #4CC3DD
Text Example
Text Example
White with #4CC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC3DD; }
p { color: rgb(76,195,221); }
H1.HeaderClassName
{
color: #4CC3DD;
}
.AnyTagClassName
{
color: #4CC3DD;
}
</style>
background-color css
<style>
a { background-color: #4CC3DD; }
a { background-color: rgb(76,195,221); }
div.DivClassName
{
background-color: #4CC3DD;
}
.BgClassName
{
background-color: #4CC3DD;
}
</style>
border-color css
<style>
span { border-color: #4CC3DD; }
span { border-color: rgb(76,195,221); }
td.TdClassName
{
border-color: #4CC3DD;
}
.TagClassName
{
border-color: #4CC3DD;
}
</style>