Shades of Viking #4DBCCB
Tints of Viking #4DBCCB
RGB
CMYK
RGB Variations
Color information
#4DBCCB (or 0x4DBCCB) is known color: Viking. HEX triplet: 4D, BC and CB. RGB value is (77,188,203). Sum of RGB (Red+Green+Blue) = 77+188+203=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DBCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBCCB is #B24334. Grayscale: #9C9C9C. Windows color (decimal): -11682613 or 13352013. OLE color: 13352013.
HSL color Cylindrical-coordinate representation of color #4DBCCB: hue angle of 187.14º 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 #4DBCCB is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 188 | 203 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.20 |
| HSL | 187.14º | 0.55% | 0.55% | - |
| HSV(B) | 187.14º | 0.62% | 0.8% | - |
| XYZ | 31.82 | 41.86 | 62.9 | - |
| YUV | 156.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 203 | 0.62 | 0.07 | 0 | 0.20 | 187.14 | 0.55 | 0.55 |
| Hex | 4D | BC | CB | 3E | 7 | 0 | 14 | BB | 37 | 37 |
| Octal | 115 | 274 | 313 | 76 | 7 | 0 | 24 | 273 | 67 | 67 |
| Binary | 1001101 | 10111100 | 11001011 | 111110 | 111 | 0 | 10100 | 10111011 | 110111 | 110111 |
Color Harmonies of #4DBCCB
Complementary color
Monochromatic Colors of #4DBCCB
Black with #4DBCCB
Text Example
Text Example
White with #4DBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCCB; }
p { color: rgb(77,188,203); }
H1.HeaderClassName
{
color: #4DBCCB;
}
.AnyTagClassName
{
color: #4DBCCB;
}
</style>
background-color css
<style>
a { background-color: #4DBCCB; }
a { background-color: rgb(77,188,203); }
div.DivClassName
{
background-color: #4DBCCB;
}
.BgClassName
{
background-color: #4DBCCB;
}
</style>
border-color css
<style>
span { border-color: #4DBCCB; }
span { border-color: rgb(77,188,203); }
td.TdClassName
{
border-color: #4DBCCB;
}
.TagClassName
{
border-color: #4DBCCB;
}
</style>