Shades of Viking #4DBDCC
Tints of Viking #4DBDCC
RGB
CMYK
RGB Variations
Color information
#4DBDCC (or 0x4DBDCC) is known color: Viking. HEX triplet: 4D, BD and CC. RGB value is (77,189,204). Sum of RGB (Red+Green+Blue) = 77+189+204=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDCC is #B24233. Grayscale: #9D9D9D. Windows color (decimal): -11682356 or 13417805. OLE color: 13417805.
HSL color Cylindrical-coordinate representation of color #4DBDCC: hue angle of 187.09º 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 #4DBDCC is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 189 | 204 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.2 |
| HSL | 187.09º | 0.55% | 0.55% | - |
| HSV(B) | 187.09º | 0.62% | 0.8% | - |
| XYZ | 32.16 | 42.33 | 63.6 | - |
| YUV | 157.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 204 | 0.62 | 0.07 | 0 | 0.2 | 187.09 | 0.55 | 0.55 |
| Hex | 4D | BD | CC | 3E | 7 | 0 | 14 | BB | 37 | 37 |
| Octal | 115 | 275 | 314 | 76 | 7 | 0 | 24 | 273 | 67 | 67 |
| Binary | 1001101 | 10111101 | 11001100 | 111110 | 111 | 0 | 10100 | 10111011 | 110111 | 110111 |
Color Harmonies of #4DBDCC
Complementary color
Monochromatic Colors of #4DBDCC
Black with #4DBDCC
Text Example
Text Example
White with #4DBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDCC; }
p { color: rgb(77,189,204); }
H1.HeaderClassName
{
color: #4DBDCC;
}
.AnyTagClassName
{
color: #4DBDCC;
}
</style>
background-color css
<style>
a { background-color: #4DBDCC; }
a { background-color: rgb(77,189,204); }
div.DivClassName
{
background-color: #4DBDCC;
}
.BgClassName
{
background-color: #4DBDCC;
}
</style>
border-color css
<style>
span { border-color: #4DBDCC; }
span { border-color: rgb(77,189,204); }
td.TdClassName
{
border-color: #4DBDCC;
}
.TagClassName
{
border-color: #4DBDCC;
}
</style>