Shades of Viking #4DBBCA
Tints of Viking #4DBBCA
RGB
CMYK
RGB Variations
Color information
#4DBBCA (or 0x4DBBCA) is known color: Viking. HEX triplet: 4D, BB and CA. RGB value is (77,187,202). Sum of RGB (Red+Green+Blue) = 77+187+202=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DBBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBCA is #B24435. Grayscale: #9B9B9B. Windows color (decimal): -11682870 or 13286221. OLE color: 13286221.
HSL color Cylindrical-coordinate representation of color #4DBBCA: hue angle of 187.2º 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 #4DBBCA is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 187 | 202 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.21 |
| HSL | 187.2º | 0.54% | 0.55% | - |
| HSV(B) | 187.2º | 0.62% | 0.79% | - |
| XYZ | 31.49 | 41.38 | 62.21 | - |
| YUV | 155.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 202 | 0.62 | 0.07 | 0 | 0.21 | 187.2 | 0.54 | 0.55 |
| Hex | 4D | BB | CA | 3E | 7 | 0 | 15 | BB | 36 | 37 |
| Octal | 115 | 273 | 312 | 76 | 7 | 0 | 25 | 273 | 66 | 67 |
| Binary | 1001101 | 10111011 | 11001010 | 111110 | 111 | 0 | 10101 | 10111011 | 110110 | 110111 |
Color Harmonies of #4DBBCA
Complementary color
Monochromatic Colors of #4DBBCA
Black with #4DBBCA
Text Example
Text Example
White with #4DBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBCA; }
p { color: rgb(77,187,202); }
H1.HeaderClassName
{
color: #4DBBCA;
}
.AnyTagClassName
{
color: #4DBBCA;
}
</style>
background-color css
<style>
a { background-color: #4DBBCA; }
a { background-color: rgb(77,187,202); }
div.DivClassName
{
background-color: #4DBBCA;
}
.BgClassName
{
background-color: #4DBBCA;
}
</style>
border-color css
<style>
span { border-color: #4DBBCA; }
span { border-color: rgb(77,187,202); }
td.TdClassName
{
border-color: #4DBBCA;
}
.TagClassName
{
border-color: #4DBBCA;
}
</style>