Shades of Viking #4BABBB
Tints of Viking #4BABBB
RGB
CMYK
RGB Variations
Color information
#4BABBB (or 0x4BABBB) is known color: Viking. HEX triplet: 4B, AB and BB. RGB value is (75,171,187). Sum of RGB (Red+Green+Blue) = 75+171+187=433 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.32% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #4BABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABBB is #B45444. Grayscale: #8F8F8F. Windows color (decimal): -11818053 or 12299083. OLE color: 12299083.
HSL color Cylindrical-coordinate representation of color #4BABBB: hue angle of 188.57º 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 #4BABBB is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 171 | 187 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.27 |
| HSL | 188.57º | 0.45% | 0.51% | - |
| HSV(B) | 188.57º | 0.6% | 0.73% | - |
| XYZ | 26.43 | 34.21 | 52.22 | - |
| YUV | 144.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 187 | 0.60 | 0.09 | 0 | 0.27 | 188.57 | 0.45 | 0.51 |
| Hex | 4B | AB | BB | 3C | 9 | 0 | 1B | BD | 2D | 33 |
| Octal | 113 | 253 | 273 | 74 | 11 | 0 | 33 | 275 | 55 | 63 |
| Binary | 1001011 | 10101011 | 10111011 | 111100 | 1001 | 0 | 11011 | 10111101 | 101101 | 110011 |
Color Harmonies of #4BABBB
Complementary color
Monochromatic Colors of #4BABBB
Black with #4BABBB
Text Example
Text Example
White with #4BABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABBB; }
p { color: rgb(75,171,187); }
H1.HeaderClassName
{
color: #4BABBB;
}
.AnyTagClassName
{
color: #4BABBB;
}
</style>
background-color css
<style>
a { background-color: #4BABBB; }
a { background-color: rgb(75,171,187); }
div.DivClassName
{
background-color: #4BABBB;
}
.BgClassName
{
background-color: #4BABBB;
}
</style>
border-color css
<style>
span { border-color: #4BABBB; }
span { border-color: rgb(75,171,187); }
td.TdClassName
{
border-color: #4BABBB;
}
.TagClassName
{
border-color: #4BABBB;
}
</style>