Shades of Viking #4DBCCA
Tints of Viking #4DBCCA
RGB
CMYK
RGB Variations
Color information
#4DBCCA (or 0x4DBCCA) is known color: Viking. HEX triplet: 4D, BC and CA. RGB value is (77,188,202). Sum of RGB (Red+Green+Blue) = 77+188+202=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DBCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBCCA is #B24335. Grayscale: #9C9C9C. Windows color (decimal): -11682614 or 13286477. OLE color: 13286477.
HSL color Cylindrical-coordinate representation of color #4DBCCA: hue angle of 186.72º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DBCCA is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 188 | 202 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.21 |
| HSL | 186.72º | 0.54% | 0.55% | - |
| HSV(B) | 186.72º | 0.62% | 0.79% | - |
| XYZ | 31.7 | 41.81 | 62.28 | - |
| YUV | 156.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 202 | 0.62 | 0.07 | 0 | 0.21 | 186.72 | 0.54 | 0.55 |
| Hex | 4D | BC | CA | 3E | 7 | 0 | 15 | BB | 36 | 37 |
| Octal | 115 | 274 | 312 | 76 | 7 | 0 | 25 | 273 | 66 | 67 |
| Binary | 1001101 | 10111100 | 11001010 | 111110 | 111 | 0 | 10101 | 10111011 | 110110 | 110111 |
Color Harmonies of #4DBCCA
Complementary color
Monochromatic Colors of #4DBCCA
Black with #4DBCCA
Text Example
Text Example
White with #4DBCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCCA; }
p { color: rgb(77,188,202); }
H1.HeaderClassName
{
color: #4DBCCA;
}
.AnyTagClassName
{
color: #4DBCCA;
}
</style>
background-color css
<style>
a { background-color: #4DBCCA; }
a { background-color: rgb(77,188,202); }
div.DivClassName
{
background-color: #4DBCCA;
}
.BgClassName
{
background-color: #4DBCCA;
}
</style>
border-color css
<style>
span { border-color: #4DBCCA; }
span { border-color: rgb(77,188,202); }
td.TdClassName
{
border-color: #4DBCCA;
}
.TagClassName
{
border-color: #4DBCCA;
}
</style>