Shades of Viking #4BACC6
Tints of Viking #4BACC6
RGB
CMYK
RGB Variations
Color information
#4BACC6 (or 0x4BACC6) is known color: Viking. HEX triplet: 4B, AC and C6. RGB value is (75,172,198). Sum of RGB (Red+Green+Blue) = 75+172+198=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #4BACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACC6 is #B45339. Grayscale: #919191. Windows color (decimal): -11817786 or 13020235. OLE color: 13020235.
HSL color Cylindrical-coordinate representation of color #4BACC6: hue angle of 192.68º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BACC6 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 172 | 198 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.22 |
| HSL | 192.68º | 0.52% | 0.54% | - |
| HSV(B) | 192.68º | 0.62% | 0.78% | - |
| XYZ | 27.85 | 35.08 | 58.73 | - |
| YUV | 145.96 | 157.36 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 198 | 0.62 | 0.13 | 0 | 0.22 | 192.68 | 0.52 | 0.54 |
| Hex | 4B | AC | C6 | 3E | D | 0 | 16 | C1 | 34 | 36 |
| Octal | 113 | 254 | 306 | 76 | 15 | 0 | 26 | 301 | 64 | 66 |
| Binary | 1001011 | 10101100 | 11000110 | 111110 | 1101 | 0 | 10110 | 11000001 | 110100 | 110110 |
Color Harmonies of #4BACC6
Complementary color
Monochromatic Colors of #4BACC6
Black with #4BACC6
Text Example
Text Example
White with #4BACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACC6; }
p { color: rgb(75,172,198); }
H1.HeaderClassName
{
color: #4BACC6;
}
.AnyTagClassName
{
color: #4BACC6;
}
</style>
background-color css
<style>
a { background-color: #4BACC6; }
a { background-color: rgb(75,172,198); }
div.DivClassName
{
background-color: #4BACC6;
}
.BgClassName
{
background-color: #4BACC6;
}
</style>
border-color css
<style>
span { border-color: #4BACC6; }
span { border-color: rgb(75,172,198); }
td.TdClassName
{
border-color: #4BACC6;
}
.TagClassName
{
border-color: #4BACC6;
}
</style>