Shades of Viking #4DB7CB
Tints of Viking #4DB7CB
RGB
CMYK
RGB Variations
Color information
#4DB7CB (or 0x4DB7CB) is known color: Viking. HEX triplet: 4D, B7 and CB. RGB value is (77,183,203). Sum of RGB (Red+Green+Blue) = 77+183+203=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DB7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB7CB is #B24834. Grayscale: #999999. Windows color (decimal): -11683893 or 13350733. OLE color: 13350733.
HSL color Cylindrical-coordinate representation of color #4DB7CB: hue angle of 189.52º 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 #4DB7CB is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 183 | 203 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.20 |
| HSL | 189.52º | 0.55% | 0.55% | - |
| HSV(B) | 189.52º | 0.62% | 0.8% | - |
| XYZ | 30.77 | 39.76 | 62.55 | - |
| YUV | 153.59 | 155.88 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 203 | 0.62 | 0.10 | 0 | 0.20 | 189.52 | 0.55 | 0.55 |
| Hex | 4D | B7 | CB | 3E | A | 0 | 14 | BE | 37 | 37 |
| Octal | 115 | 267 | 313 | 76 | 12 | 0 | 24 | 276 | 67 | 67 |
| Binary | 1001101 | 10110111 | 11001011 | 111110 | 1010 | 0 | 10100 | 10111110 | 110111 | 110111 |
Color Harmonies of #4DB7CB
Complementary color
Monochromatic Colors of #4DB7CB
Black with #4DB7CB
Text Example
Text Example
White with #4DB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB7CB; }
p { color: rgb(77,183,203); }
H1.HeaderClassName
{
color: #4DB7CB;
}
.AnyTagClassName
{
color: #4DB7CB;
}
</style>
background-color css
<style>
a { background-color: #4DB7CB; }
a { background-color: rgb(77,183,203); }
div.DivClassName
{
background-color: #4DB7CB;
}
.BgClassName
{
background-color: #4DB7CB;
}
</style>
border-color css
<style>
span { border-color: #4DB7CB; }
span { border-color: rgb(77,183,203); }
td.TdClassName
{
border-color: #4DB7CB;
}
.TagClassName
{
border-color: #4DB7CB;
}
</style>