Shades of Viking #4BACBC
Tints of Viking #4BACBC
RGB
CMYK
RGB Variations
Color information
#4BACBC (or 0x4BACBC) is known color: Viking. HEX triplet: 4B, AC and BC. RGB value is (75,172,188). Sum of RGB (Red+Green+Blue) = 75+172+188=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACBC is #B45343. Grayscale: #909090. Windows color (decimal): -11817796 or 12364875. OLE color: 12364875.
HSL color Cylindrical-coordinate representation of color #4BACBC: hue angle of 188.5º 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 #4BACBC is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 172 | 188 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.26 |
| HSL | 188.5º | 0.46% | 0.52% | - |
| HSV(B) | 188.5º | 0.6% | 0.74% | - |
| XYZ | 26.73 | 34.63 | 52.85 | - |
| YUV | 144.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 188 | 0.60 | 0.09 | 0 | 0.26 | 188.5 | 0.46 | 0.52 |
| Hex | 4B | AC | BC | 3C | 9 | 0 | 1A | BC | 2E | 34 |
| Octal | 113 | 254 | 274 | 74 | 11 | 0 | 32 | 274 | 56 | 64 |
| Binary | 1001011 | 10101100 | 10111100 | 111100 | 1001 | 0 | 11010 | 10111100 | 101110 | 110100 |
Color Harmonies of #4BACBC
Complementary color
Monochromatic Colors of #4BACBC
Black with #4BACBC
Text Example
Text Example
White with #4BACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACBC; }
p { color: rgb(75,172,188); }
H1.HeaderClassName
{
color: #4BACBC;
}
.AnyTagClassName
{
color: #4BACBC;
}
</style>
background-color css
<style>
a { background-color: #4BACBC; }
a { background-color: rgb(75,172,188); }
div.DivClassName
{
background-color: #4BACBC;
}
.BgClassName
{
background-color: #4BACBC;
}
</style>
border-color css
<style>
span { border-color: #4BACBC; }
span { border-color: rgb(75,172,188); }
td.TdClassName
{
border-color: #4BACBC;
}
.TagClassName
{
border-color: #4BACBC;
}
</style>