Shades of Viking #4DBBC9
Tints of Viking #4DBBC9
RGB
CMYK
RGB Variations
Color information
#4DBBC9 (or 0x4DBBC9) is known color: Viking. HEX triplet: 4D, BB and C9. RGB value is (77,187,201). Sum of RGB (Red+Green+Blue) = 77+187+201=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #4DBBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBC9 is #B24436. Grayscale: #9B9B9B. Windows color (decimal): -11682871 or 13220685. OLE color: 13220685.
HSL color Cylindrical-coordinate representation of color #4DBBC9: hue angle of 186.77º degrees, saturation: 0.53, 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 #4DBBC9 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 187 | 201 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.21 |
| HSL | 186.77º | 0.53% | 0.55% | - |
| HSV(B) | 186.77º | 0.62% | 0.79% | - |
| XYZ | 31.37 | 41.34 | 61.58 | - |
| YUV | 155.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 201 | 0.62 | 0.07 | 0 | 0.21 | 186.77 | 0.53 | 0.55 |
| Hex | 4D | BB | C9 | 3E | 7 | 0 | 15 | BB | 35 | 37 |
| Octal | 115 | 273 | 311 | 76 | 7 | 0 | 25 | 273 | 65 | 67 |
| Binary | 1001101 | 10111011 | 11001001 | 111110 | 111 | 0 | 10101 | 10111011 | 110101 | 110111 |
Color Harmonies of #4DBBC9
Complementary color
Monochromatic Colors of #4DBBC9
Black with #4DBBC9
Text Example
Text Example
White with #4DBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBC9; }
p { color: rgb(77,187,201); }
H1.HeaderClassName
{
color: #4DBBC9;
}
.AnyTagClassName
{
color: #4DBBC9;
}
</style>
background-color css
<style>
a { background-color: #4DBBC9; }
a { background-color: rgb(77,187,201); }
div.DivClassName
{
background-color: #4DBBC9;
}
.BgClassName
{
background-color: #4DBBC9;
}
</style>
border-color css
<style>
span { border-color: #4DBBC9; }
span { border-color: rgb(77,187,201); }
td.TdClassName
{
border-color: #4DBBC9;
}
.TagClassName
{
border-color: #4DBBC9;
}
</style>