Shades of Viking #4BA6BC
Tints of Viking #4BA6BC
RGB
CMYK
RGB Variations
Color information
#4BA6BC (or 0x4BA6BC) is known color: Viking. HEX triplet: 4B, A6 and BC. RGB value is (75,166,188). Sum of RGB (Red+Green+Blue) = 75+166+188=429 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.48% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BA6BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA6BC is #B45943. Grayscale: #8D8D8D. Windows color (decimal): -11819332 or 12363339. OLE color: 12363339.
HSL color Cylindrical-coordinate representation of color #4BA6BC: hue angle of 191.68º 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 #4BA6BC is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 166 | 188 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.26 |
| HSL | 191.68º | 0.46% | 0.52% | - |
| HSV(B) | 191.68º | 0.6% | 0.74% | - |
| XYZ | 25.61 | 32.4 | 52.48 | - |
| YUV | 141.3 | 154.35 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 188 | 0.60 | 0.12 | 0 | 0.26 | 191.68 | 0.46 | 0.52 |
| Hex | 4B | A6 | BC | 3C | C | 0 | 1A | C0 | 2E | 34 |
| Octal | 113 | 246 | 274 | 74 | 14 | 0 | 32 | 300 | 56 | 64 |
| Binary | 1001011 | 10100110 | 10111100 | 111100 | 1100 | 0 | 11010 | 11000000 | 101110 | 110100 |
Color Harmonies of #4BA6BC
Complementary color
Monochromatic Colors of #4BA6BC
Black with #4BA6BC
Text Example
Text Example
White with #4BA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA6BC; }
p { color: rgb(75,166,188); }
H1.HeaderClassName
{
color: #4BA6BC;
}
.AnyTagClassName
{
color: #4BA6BC;
}
</style>
background-color css
<style>
a { background-color: #4BA6BC; }
a { background-color: rgb(75,166,188); }
div.DivClassName
{
background-color: #4BA6BC;
}
.BgClassName
{
background-color: #4BA6BC;
}
</style>
border-color css
<style>
span { border-color: #4BA6BC; }
span { border-color: rgb(75,166,188); }
td.TdClassName
{
border-color: #4BA6BC;
}
.TagClassName
{
border-color: #4BA6BC;
}
</style>