Shades of Viking #4DBBDC
Tints of Viking #4DBBDC
RGB
CMYK
RGB Variations
Color information
#4DBBDC (or 0x4DBBDC) is known color: Viking. HEX triplet: 4D, BB and DC. RGB value is (77,187,220). Sum of RGB (Red+Green+Blue) = 77+187+220=484 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.91% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBDC is #B24423. Grayscale: #9D9D9D. Windows color (decimal): -11682852 or 14465869. OLE color: 14465869.
HSL color Cylindrical-coordinate representation of color #4DBBDC: hue angle of 193.85º degrees, saturation: 0.67, 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 #4DBBDC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 187 | 220 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.14 |
| HSL | 193.85º | 0.67% | 0.58% | - |
| HSV(B) | 193.85º | 0.65% | 0.86% | - |
| XYZ | 33.75 | 42.29 | 74.09 | - |
| YUV | 157.87 | 163.06 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 220 | 0.65 | 0.15 | 0 | 0.14 | 193.85 | 0.67 | 0.58 |
| Hex | 4D | BB | DC | 41 | F | 0 | E | C2 | 43 | 3A |
| Octal | 115 | 273 | 334 | 101 | 17 | 0 | 16 | 302 | 103 | 72 |
| Binary | 1001101 | 10111011 | 11011100 | 1000001 | 1111 | 0 | 1110 | 11000010 | 1000011 | 111010 |
Color Harmonies of #4DBBDC
Complementary color
Monochromatic Colors of #4DBBDC
Black with #4DBBDC
Text Example
Text Example
White with #4DBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBDC; }
p { color: rgb(77,187,220); }
H1.HeaderClassName
{
color: #4DBBDC;
}
.AnyTagClassName
{
color: #4DBBDC;
}
</style>
background-color css
<style>
a { background-color: #4DBBDC; }
a { background-color: rgb(77,187,220); }
div.DivClassName
{
background-color: #4DBBDC;
}
.BgClassName
{
background-color: #4DBBDC;
}
</style>
border-color css
<style>
span { border-color: #4DBBDC; }
span { border-color: rgb(77,187,220); }
td.TdClassName
{
border-color: #4DBBDC;
}
.TagClassName
{
border-color: #4DBBDC;
}
</style>