Shades of Viking #4BABBA
Tints of Viking #4BABBA
RGB
CMYK
RGB Variations
Color information
#4BABBA (or 0x4BABBA) is known color: Viking. HEX triplet: 4B, AB and BA. RGB value is (75,171,186). Sum of RGB (Red+Green+Blue) = 75+171+186=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #4BABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABBA is #B45445. Grayscale: #8F8F8F. Windows color (decimal): -11818054 or 12233547. OLE color: 12233547.
HSL color Cylindrical-coordinate representation of color #4BABBA: hue angle of 188.11º 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 #4BABBA is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 171 | 186 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.27 |
| HSL | 188.11º | 0.45% | 0.51% | - |
| HSV(B) | 188.11º | 0.6% | 0.73% | - |
| XYZ | 26.33 | 34.17 | 51.66 | - |
| YUV | 144.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 186 | 0.60 | 0.08 | 0 | 0.27 | 188.11 | 0.45 | 0.51 |
| Hex | 4B | AB | BA | 3C | 8 | 0 | 1B | BC | 2D | 33 |
| Octal | 113 | 253 | 272 | 74 | 10 | 0 | 33 | 274 | 55 | 63 |
| Binary | 1001011 | 10101011 | 10111010 | 111100 | 1000 | 0 | 11011 | 10111100 | 101101 | 110011 |
Color Harmonies of #4BABBA
Complementary color
Monochromatic Colors of #4BABBA
Black with #4BABBA
Text Example
Text Example
White with #4BABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABBA; }
p { color: rgb(75,171,186); }
H1.HeaderClassName
{
color: #4BABBA;
}
.AnyTagClassName
{
color: #4BABBA;
}
</style>
background-color css
<style>
a { background-color: #4BABBA; }
a { background-color: rgb(75,171,186); }
div.DivClassName
{
background-color: #4BABBA;
}
.BgClassName
{
background-color: #4BABBA;
}
</style>
border-color css
<style>
span { border-color: #4BABBA; }
span { border-color: rgb(75,171,186); }
td.TdClassName
{
border-color: #4BABBA;
}
.TagClassName
{
border-color: #4BABBA;
}
</style>