Shades of Viking #4DBBC1
Tints of Viking #4DBBC1
RGB
CMYK
RGB Variations
Color information
#4DBBC1 (or 0x4DBBC1) is known color: Viking. HEX triplet: 4D, BB and C1. RGB value is (77,187,193). Sum of RGB (Red+Green+Blue) = 77+187+193=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DBBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBC1 is #B2443E. Grayscale: #9A9A9A. Windows color (decimal): -11682879 or 12696397. OLE color: 12696397.
HSL color Cylindrical-coordinate representation of color #4DBBC1: hue angle of 183.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBBC1 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 187 | 193 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.24 |
| HSL | 183.1º | 0.48% | 0.53% | - |
| HSV(B) | 183.1º | 0.6% | 0.76% | - |
| XYZ | 30.46 | 40.97 | 56.75 | - |
| YUV | 154.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 193 | 0.60 | 0.03 | 0 | 0.24 | 183.1 | 0.48 | 0.53 |
| Hex | 4D | BB | C1 | 3C | 3 | 0 | 18 | B7 | 30 | 35 |
| Octal | 115 | 273 | 301 | 74 | 3 | 0 | 30 | 267 | 60 | 65 |
| Binary | 1001101 | 10111011 | 11000001 | 111100 | 11 | 0 | 11000 | 10110111 | 110000 | 110101 |
Color Harmonies of #4DBBC1
Complementary color
Monochromatic Colors of #4DBBC1
Black with #4DBBC1
Text Example
Text Example
White with #4DBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBC1; }
p { color: rgb(77,187,193); }
H1.HeaderClassName
{
color: #4DBBC1;
}
.AnyTagClassName
{
color: #4DBBC1;
}
</style>
background-color css
<style>
a { background-color: #4DBBC1; }
a { background-color: rgb(77,187,193); }
div.DivClassName
{
background-color: #4DBBC1;
}
.BgClassName
{
background-color: #4DBBC1;
}
</style>
border-color css
<style>
span { border-color: #4DBBC1; }
span { border-color: rgb(77,187,193); }
td.TdClassName
{
border-color: #4DBBC1;
}
.TagClassName
{
border-color: #4DBBC1;
}
</style>