Shades of Viking #4DBCCC
Tints of Viking #4DBCCC
RGB
CMYK
RGB Variations
Color information
#4DBCCC (or 0x4DBCCC) is known color: Viking. HEX triplet: 4D, BC and CC. RGB value is (77,188,204). Sum of RGB (Red+Green+Blue) = 77+188+204=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBCCC is #B24333. Grayscale: #9C9C9C. Windows color (decimal): -11682612 or 13417549. OLE color: 13417549.
HSL color Cylindrical-coordinate representation of color #4DBCCC: hue angle of 187.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DBCCC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 188 | 204 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.2 |
| HSL | 187.56º | 0.55% | 0.55% | - |
| HSV(B) | 187.56º | 0.62% | 0.8% | - |
| XYZ | 31.94 | 41.9 | 63.53 | - |
| YUV | 156.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 204 | 0.62 | 0.08 | 0 | 0.2 | 187.56 | 0.55 | 0.55 |
| Hex | 4D | BC | CC | 3E | 8 | 0 | 14 | BC | 37 | 37 |
| Octal | 115 | 274 | 314 | 76 | 10 | 0 | 24 | 274 | 67 | 67 |
| Binary | 1001101 | 10111100 | 11001100 | 111110 | 1000 | 0 | 10100 | 10111100 | 110111 | 110111 |
Color Harmonies of #4DBCCC
Complementary color
Monochromatic Colors of #4DBCCC
Black with #4DBCCC
Text Example
Text Example
White with #4DBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCCC; }
p { color: rgb(77,188,204); }
H1.HeaderClassName
{
color: #4DBCCC;
}
.AnyTagClassName
{
color: #4DBCCC;
}
</style>
background-color css
<style>
a { background-color: #4DBCCC; }
a { background-color: rgb(77,188,204); }
div.DivClassName
{
background-color: #4DBCCC;
}
.BgClassName
{
background-color: #4DBCCC;
}
</style>
border-color css
<style>
span { border-color: #4DBCCC; }
span { border-color: rgb(77,188,204); }
td.TdClassName
{
border-color: #4DBCCC;
}
.TagClassName
{
border-color: #4DBCCC;
}
</style>