Shades of Viking #4DB5DB
Tints of Viking #4DB5DB
RGB
CMYK
RGB Variations
Color information
#4DB5DB (or 0x4DB5DB) is known color: Viking. HEX triplet: 4D, B5 and DB. RGB value is (77,181,219). Sum of RGB (Red+Green+Blue) = 77+181+219=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DB5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB5DB is #B24A24. Grayscale: #999999. Windows color (decimal): -11684389 or 14398797. OLE color: 14398797.
HSL color Cylindrical-coordinate representation of color #4DB5DB: hue angle of 196.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DB5DB is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 181 | 219 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.14 |
| HSL | 196.06º | 0.66% | 0.58% | - |
| HSV(B) | 196.06º | 0.65% | 0.86% | - |
| XYZ | 32.37 | 39.74 | 72.98 | - |
| YUV | 154.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 219 | 0.65 | 0.17 | 0 | 0.14 | 196.06 | 0.66 | 0.58 |
| Hex | 4D | B5 | DB | 41 | 11 | 0 | E | C4 | 42 | 3A |
| Octal | 115 | 265 | 333 | 101 | 21 | 0 | 16 | 304 | 102 | 72 |
| Binary | 1001101 | 10110101 | 11011011 | 1000001 | 10001 | 0 | 1110 | 11000100 | 1000010 | 111010 |
Color Harmonies of #4DB5DB
Complementary color
Monochromatic Colors of #4DB5DB
Black with #4DB5DB
Text Example
Text Example
White with #4DB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5DB; }
p { color: rgb(77,181,219); }
H1.HeaderClassName
{
color: #4DB5DB;
}
.AnyTagClassName
{
color: #4DB5DB;
}
</style>
background-color css
<style>
a { background-color: #4DB5DB; }
a { background-color: rgb(77,181,219); }
div.DivClassName
{
background-color: #4DB5DB;
}
.BgClassName
{
background-color: #4DB5DB;
}
</style>
border-color css
<style>
span { border-color: #4DB5DB; }
span { border-color: rgb(77,181,219); }
td.TdClassName
{
border-color: #4DB5DB;
}
.TagClassName
{
border-color: #4DB5DB;
}
</style>