Shades of Viking #4DBDCB
Tints of Viking #4DBDCB
RGB
CMYK
RGB Variations
Color information
#4DBDCB (or 0x4DBDCB) is known color: Viking. HEX triplet: 4D, BD and CB. RGB value is (77,189,203). Sum of RGB (Red+Green+Blue) = 77+189+203=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBDCB is #B24234. Grayscale: #9C9C9C. Windows color (decimal): -11682357 or 13352269. OLE color: 13352269.
HSL color Cylindrical-coordinate representation of color #4DBDCB: hue angle of 186.67º 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 #4DBDCB is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 189 | 203 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.20 |
| HSL | 186.67º | 0.55% | 0.55% | - |
| HSV(B) | 186.67º | 0.62% | 0.8% | - |
| XYZ | 32.04 | 42.28 | 62.97 | - |
| YUV | 157.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 203 | 0.62 | 0.07 | 0 | 0.20 | 186.67 | 0.55 | 0.55 |
| Hex | 4D | BD | CB | 3E | 7 | 0 | 14 | BB | 37 | 37 |
| Octal | 115 | 275 | 313 | 76 | 7 | 0 | 24 | 273 | 67 | 67 |
| Binary | 1001101 | 10111101 | 11001011 | 111110 | 111 | 0 | 10100 | 10111011 | 110111 | 110111 |
Color Harmonies of #4DBDCB
Complementary color
Monochromatic Colors of #4DBDCB
Black with #4DBDCB
Text Example
Text Example
White with #4DBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDCB; }
p { color: rgb(77,189,203); }
H1.HeaderClassName
{
color: #4DBDCB;
}
.AnyTagClassName
{
color: #4DBDCB;
}
</style>
background-color css
<style>
a { background-color: #4DBDCB; }
a { background-color: rgb(77,189,203); }
div.DivClassName
{
background-color: #4DBDCB;
}
.BgClassName
{
background-color: #4DBDCB;
}
</style>
border-color css
<style>
span { border-color: #4DBDCB; }
span { border-color: rgb(77,189,203); }
td.TdClassName
{
border-color: #4DBDCB;
}
.TagClassName
{
border-color: #4DBDCB;
}
</style>