Shades of Viking #4BABBC
Tints of Viking #4BABBC
RGB
CMYK
RGB Variations
Color information
#4BABBC (or 0x4BABBC) is known color: Viking. HEX triplet: 4B, AB and BC. RGB value is (75,171,188). Sum of RGB (Red+Green+Blue) = 75+171+188=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABBC is #B45443. Grayscale: #909090. Windows color (decimal): -11818052 or 12364619. OLE color: 12364619.
HSL color Cylindrical-coordinate representation of color #4BABBC: hue angle of 189.03º 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 #4BABBC is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 171 | 188 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.26 |
| HSL | 189.03º | 0.46% | 0.52% | - |
| HSV(B) | 189.03º | 0.6% | 0.74% | - |
| XYZ | 26.54 | 34.25 | 52.79 | - |
| YUV | 144.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 188 | 0.60 | 0.09 | 0 | 0.26 | 189.03 | 0.46 | 0.52 |
| Hex | 4B | AB | BC | 3C | 9 | 0 | 1A | BD | 2E | 34 |
| Octal | 113 | 253 | 274 | 74 | 11 | 0 | 32 | 275 | 56 | 64 |
| Binary | 1001011 | 10101011 | 10111100 | 111100 | 1001 | 0 | 11010 | 10111101 | 101110 | 110100 |
Color Harmonies of #4BABBC
Complementary color
Monochromatic Colors of #4BABBC
Black with #4BABBC
Text Example
Text Example
White with #4BABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABBC; }
p { color: rgb(75,171,188); }
H1.HeaderClassName
{
color: #4BABBC;
}
.AnyTagClassName
{
color: #4BABBC;
}
</style>
background-color css
<style>
a { background-color: #4BABBC; }
a { background-color: rgb(75,171,188); }
div.DivClassName
{
background-color: #4BABBC;
}
.BgClassName
{
background-color: #4BABBC;
}
</style>
border-color css
<style>
span { border-color: #4BABBC; }
span { border-color: rgb(75,171,188); }
td.TdClassName
{
border-color: #4BABBC;
}
.TagClassName
{
border-color: #4BABBC;
}
</style>