Shades of Viking #4BACBB
Tints of Viking #4BACBB
RGB
CMYK
RGB Variations
Color information
#4BACBB (or 0x4BACBB) is known color: Viking. HEX triplet: 4B, AC and BB. RGB value is (75,172,187). Sum of RGB (Red+Green+Blue) = 75+172+187=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #4BACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACBB is #B45344. Grayscale: #909090. Windows color (decimal): -11817797 or 12299339. OLE color: 12299339.
HSL color Cylindrical-coordinate representation of color #4BACBB: hue angle of 188.04º 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 #4BACBB is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 172 | 187 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.27 |
| HSL | 188.04º | 0.45% | 0.51% | - |
| HSV(B) | 188.04º | 0.6% | 0.73% | - |
| XYZ | 26.62 | 34.59 | 52.29 | - |
| YUV | 144.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 187 | 0.60 | 0.08 | 0 | 0.27 | 188.04 | 0.45 | 0.51 |
| Hex | 4B | AC | BB | 3C | 8 | 0 | 1B | BC | 2D | 33 |
| Octal | 113 | 254 | 273 | 74 | 10 | 0 | 33 | 274 | 55 | 63 |
| Binary | 1001011 | 10101100 | 10111011 | 111100 | 1000 | 0 | 11011 | 10111100 | 101101 | 110011 |
Color Harmonies of #4BACBB
Complementary color
Monochromatic Colors of #4BACBB
Black with #4BACBB
Text Example
Text Example
White with #4BACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACBB; }
p { color: rgb(75,172,187); }
H1.HeaderClassName
{
color: #4BACBB;
}
.AnyTagClassName
{
color: #4BACBB;
}
</style>
background-color css
<style>
a { background-color: #4BACBB; }
a { background-color: rgb(75,172,187); }
div.DivClassName
{
background-color: #4BACBB;
}
.BgClassName
{
background-color: #4BACBB;
}
</style>
border-color css
<style>
span { border-color: #4BACBB; }
span { border-color: rgb(75,172,187); }
td.TdClassName
{
border-color: #4BACBB;
}
.TagClassName
{
border-color: #4BACBB;
}
</style>