Shades of Viking #4BBDB9
Tints of Viking #4BBDB9
RGB
CMYK
RGB Variations
Color information
#4BBDB9 (or 0x4BBDB9) is known color: Viking. HEX triplet: 4B, BD and B9. RGB value is (75,189,185). Sum of RGB (Red+Green+Blue) = 75+189+185=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBDB9 is #B44246. Grayscale: #9A9A9A. Windows color (decimal): -11813447 or 12172619. OLE color: 12172619.
HSL color Cylindrical-coordinate representation of color #4BBDB9: hue angle of 177.89º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBDB9 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 185 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.26 |
| HSL | 177.89º | 0.46% | 0.52% | - |
| HSV(B) | 177.89º | 0.6% | 0.74% | - |
| XYZ | 29.86 | 41.39 | 52.32 | - |
| YUV | 154.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 185 | 0.60 | 0 | 0.02 | 0.26 | 177.89 | 0.46 | 0.52 |
| Hex | 4B | BD | B9 | 3C | 0 | 2 | 1A | B2 | 2E | 34 |
| Octal | 113 | 275 | 271 | 74 | 0 | 2 | 32 | 262 | 56 | 64 |
| Binary | 1001011 | 10111101 | 10111001 | 111100 | 0 | 10 | 11010 | 10110010 | 101110 | 110100 |
Color Harmonies of #4BBDB9
Complementary color
Monochromatic Colors of #4BBDB9
Black with #4BBDB9
Text Example
Text Example
White with #4BBDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBDB9; }
p { color: rgb(75,189,185); }
H1.HeaderClassName
{
color: #4BBDB9;
}
.AnyTagClassName
{
color: #4BBDB9;
}
</style>
background-color css
<style>
a { background-color: #4BBDB9; }
a { background-color: rgb(75,189,185); }
div.DivClassName
{
background-color: #4BBDB9;
}
.BgClassName
{
background-color: #4BBDB9;
}
</style>
border-color css
<style>
span { border-color: #4BBDB9; }
span { border-color: rgb(75,189,185); }
td.TdClassName
{
border-color: #4BBDB9;
}
.TagClassName
{
border-color: #4BBDB9;
}
</style>