Shades of Viking #4DB4BC
Tints of Viking #4DB4BC
RGB
CMYK
RGB Variations
Color information
#4DB4BC (or 0x4DB4BC) is known color: Viking. HEX triplet: 4D, B4 and BC. RGB value is (77,180,188). Sum of RGB (Red+Green+Blue) = 77+180+188=445 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.30% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DB4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB4BC is #B24B43. Grayscale: #959595. Windows color (decimal): -11684676 or 12366925. OLE color: 12366925.
HSL color Cylindrical-coordinate representation of color #4DB4BC: hue angle of 184.32º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB4BC is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 180 | 188 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.26 |
| HSL | 184.32º | 0.45% | 0.52% | - |
| HSV(B) | 184.32º | 0.59% | 0.74% | - |
| XYZ | 28.46 | 37.85 | 53.38 | - |
| YUV | 150.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 188 | 0.59 | 0.04 | 0 | 0.26 | 184.32 | 0.45 | 0.52 |
| Hex | 4D | B4 | BC | 3B | 4 | 0 | 1A | B8 | 2D | 34 |
| Octal | 115 | 264 | 274 | 73 | 4 | 0 | 32 | 270 | 55 | 64 |
| Binary | 1001101 | 10110100 | 10111100 | 111011 | 100 | 0 | 11010 | 10111000 | 101101 | 110100 |
Color Harmonies of #4DB4BC
Complementary color
Monochromatic Colors of #4DB4BC
Black with #4DB4BC
Text Example
Text Example
White with #4DB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB4BC; }
p { color: rgb(77,180,188); }
H1.HeaderClassName
{
color: #4DB4BC;
}
.AnyTagClassName
{
color: #4DB4BC;
}
</style>
background-color css
<style>
a { background-color: #4DB4BC; }
a { background-color: rgb(77,180,188); }
div.DivClassName
{
background-color: #4DB4BC;
}
.BgClassName
{
background-color: #4DB4BC;
}
</style>
border-color css
<style>
span { border-color: #4DB4BC; }
span { border-color: rgb(77,180,188); }
td.TdClassName
{
border-color: #4DB4BC;
}
.TagClassName
{
border-color: #4DB4BC;
}
</style>