Shades of Viking #4BB9BA
Tints of Viking #4BB9BA
RGB
CMYK
RGB Variations
Color information
#4BB9BA (or 0x4BB9BA) is known color: Viking. HEX triplet: 4B, B9 and BA. RGB value is (75,185,186). Sum of RGB (Red+Green+Blue) = 75+185+186=446 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.82% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #4BB9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB9BA is #B44645. Grayscale: #989898. Windows color (decimal): -11814470 or 12237131. OLE color: 12237131.
HSL color Cylindrical-coordinate representation of color #4BB9BA: hue angle of 180.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BB9BA is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 185 | 186 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.27 |
| HSL | 180.54º | 0.45% | 0.51% | - |
| HSV(B) | 180.54º | 0.6% | 0.73% | - |
| XYZ | 29.11 | 39.74 | 52.59 | - |
| YUV | 152.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 185 | 186 | 0.60 | 0.01 | 0 | 0.27 | 180.54 | 0.45 | 0.51 |
| Hex | 4B | B9 | BA | 3C | 1 | 0 | 1B | B5 | 2D | 33 |
| Octal | 113 | 271 | 272 | 74 | 1 | 0 | 33 | 265 | 55 | 63 |
| Binary | 1001011 | 10111001 | 10111010 | 111100 | 1 | 0 | 11011 | 10110101 | 101101 | 110011 |
Color Harmonies of #4BB9BA
Complementary color
Monochromatic Colors of #4BB9BA
Black with #4BB9BA
Text Example
Text Example
White with #4BB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB9BA; }
p { color: rgb(75,185,186); }
H1.HeaderClassName
{
color: #4BB9BA;
}
.AnyTagClassName
{
color: #4BB9BA;
}
</style>
background-color css
<style>
a { background-color: #4BB9BA; }
a { background-color: rgb(75,185,186); }
div.DivClassName
{
background-color: #4BB9BA;
}
.BgClassName
{
background-color: #4BB9BA;
}
</style>
border-color css
<style>
span { border-color: #4BB9BA; }
span { border-color: rgb(75,185,186); }
td.TdClassName
{
border-color: #4BB9BA;
}
.TagClassName
{
border-color: #4BB9BA;
}
</style>