Shades of Viking #4BACCE
Tints of Viking #4BACCE
RGB
CMYK
RGB Variations
Color information
#4BACCE (or 0x4BACCE) is known color: Viking. HEX triplet: 4B, AC and CE. RGB value is (75,172,206). Sum of RGB (Red+Green+Blue) = 75+172+206=453 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.56% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACCE is #B45331. Grayscale: #929292. Windows color (decimal): -11817778 or 13544523. OLE color: 13544523.
HSL color Cylindrical-coordinate representation of color #4BACCE: hue angle of 195.57º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BACCE is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 172 | 206 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.19 |
| HSL | 195.57º | 0.57% | 0.55% | - |
| HSV(B) | 195.57º | 0.64% | 0.81% | - |
| XYZ | 28.79 | 35.46 | 63.72 | - |
| YUV | 146.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 206 | 0.64 | 0.17 | 0 | 0.19 | 195.57 | 0.57 | 0.55 |
| Hex | 4B | AC | CE | 40 | 11 | 0 | 13 | C4 | 39 | 37 |
| Octal | 113 | 254 | 316 | 100 | 21 | 0 | 23 | 304 | 71 | 67 |
| Binary | 1001011 | 10101100 | 11001110 | 1000000 | 10001 | 0 | 10011 | 11000100 | 111001 | 110111 |
Color Harmonies of #4BACCE
Complementary color
Monochromatic Colors of #4BACCE
Black with #4BACCE
Text Example
Text Example
White with #4BACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACCE; }
p { color: rgb(75,172,206); }
H1.HeaderClassName
{
color: #4BACCE;
}
.AnyTagClassName
{
color: #4BACCE;
}
</style>
background-color css
<style>
a { background-color: #4BACCE; }
a { background-color: rgb(75,172,206); }
div.DivClassName
{
background-color: #4BACCE;
}
.BgClassName
{
background-color: #4BACCE;
}
</style>
border-color css
<style>
span { border-color: #4BACCE; }
span { border-color: rgb(75,172,206); }
td.TdClassName
{
border-color: #4BACCE;
}
.TagClassName
{
border-color: #4BACCE;
}
</style>