Shades of Viking #4DB9CC
Tints of Viking #4DB9CC
RGB
CMYK
RGB Variations
Color information
#4DB9CC (or 0x4DB9CC) is known color: Viking. HEX triplet: 4D, B9 and CC. RGB value is (77,185,204). Sum of RGB (Red+Green+Blue) = 77+185+204=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DB9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB9CC is #B24633. Grayscale: #9A9A9A. Windows color (decimal): -11683380 or 13416781. OLE color: 13416781.
HSL color Cylindrical-coordinate representation of color #4DB9CC: hue angle of 188.98º 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 #4DB9CC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 185 | 204 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.2 |
| HSL | 188.98º | 0.55% | 0.55% | - |
| HSV(B) | 188.98º | 0.62% | 0.8% | - |
| XYZ | 31.31 | 40.64 | 63.32 | - |
| YUV | 154.87 | 155.72 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 204 | 0.62 | 0.09 | 0 | 0.2 | 188.98 | 0.55 | 0.55 |
| Hex | 4D | B9 | CC | 3E | 9 | 0 | 14 | BD | 37 | 37 |
| Octal | 115 | 271 | 314 | 76 | 11 | 0 | 24 | 275 | 67 | 67 |
| Binary | 1001101 | 10111001 | 11001100 | 111110 | 1001 | 0 | 10100 | 10111101 | 110111 | 110111 |
Color Harmonies of #4DB9CC
Complementary color
Monochromatic Colors of #4DB9CC
Black with #4DB9CC
Text Example
Text Example
White with #4DB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9CC; }
p { color: rgb(77,185,204); }
H1.HeaderClassName
{
color: #4DB9CC;
}
.AnyTagClassName
{
color: #4DB9CC;
}
</style>
background-color css
<style>
a { background-color: #4DB9CC; }
a { background-color: rgb(77,185,204); }
div.DivClassName
{
background-color: #4DB9CC;
}
.BgClassName
{
background-color: #4DB9CC;
}
</style>
border-color css
<style>
span { border-color: #4DB9CC; }
span { border-color: rgb(77,185,204); }
td.TdClassName
{
border-color: #4DB9CC;
}
.TagClassName
{
border-color: #4DB9CC;
}
</style>