Shades of Viking #4DBACC
Tints of Viking #4DBACC
RGB
CMYK
RGB Variations
Color information
#4DBACC (or 0x4DBACC) is known color: Viking. HEX triplet: 4D, BA and CC. RGB value is (77,186,204). Sum of RGB (Red+Green+Blue) = 77+186+204=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBACC is #B24533. Grayscale: #9B9B9B. Windows color (decimal): -11683124 or 13417037. OLE color: 13417037.
HSL color Cylindrical-coordinate representation of color #4DBACC: hue angle of 188.5º 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 #4DBACC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 186 | 204 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.2 |
| HSL | 188.5º | 0.55% | 0.55% | - |
| HSV(B) | 188.5º | 0.62% | 0.8% | - |
| XYZ | 31.52 | 41.06 | 63.39 | - |
| YUV | 155.46 | 155.39 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 204 | 0.62 | 0.09 | 0 | 0.2 | 188.5 | 0.55 | 0.55 |
| Hex | 4D | BA | CC | 3E | 9 | 0 | 14 | BD | 37 | 37 |
| Octal | 115 | 272 | 314 | 76 | 11 | 0 | 24 | 275 | 67 | 67 |
| Binary | 1001101 | 10111010 | 11001100 | 111110 | 1001 | 0 | 10100 | 10111101 | 110111 | 110111 |
Color Harmonies of #4DBACC
Complementary color
Monochromatic Colors of #4DBACC
Black with #4DBACC
Text Example
Text Example
White with #4DBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBACC; }
p { color: rgb(77,186,204); }
H1.HeaderClassName
{
color: #4DBACC;
}
.AnyTagClassName
{
color: #4DBACC;
}
</style>
background-color css
<style>
a { background-color: #4DBACC; }
a { background-color: rgb(77,186,204); }
div.DivClassName
{
background-color: #4DBACC;
}
.BgClassName
{
background-color: #4DBACC;
}
</style>
border-color css
<style>
span { border-color: #4DBACC; }
span { border-color: rgb(77,186,204); }
td.TdClassName
{
border-color: #4DBACC;
}
.TagClassName
{
border-color: #4DBACC;
}
</style>