Shades of Viking #4BACCA
Tints of Viking #4BACCA
RGB
CMYK
RGB Variations
Color information
#4BACCA (or 0x4BACCA) is known color: Viking. HEX triplet: 4B, AC and CA. RGB value is (75,172,202). Sum of RGB (Red+Green+Blue) = 75+172+202=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #4BACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACCA is #B45335. Grayscale: #929292. Windows color (decimal): -11817782 or 13282379. OLE color: 13282379.
HSL color Cylindrical-coordinate representation of color #4BACCA: hue angle of 194.17º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BACCA is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 172 | 202 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.21 |
| HSL | 194.17º | 0.55% | 0.54% | - |
| HSV(B) | 194.17º | 0.63% | 0.79% | - |
| XYZ | 28.31 | 35.27 | 61.19 | - |
| YUV | 146.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 202 | 0.63 | 0.15 | 0 | 0.21 | 194.17 | 0.55 | 0.54 |
| Hex | 4B | AC | CA | 3F | F | 0 | 15 | C2 | 37 | 36 |
| Octal | 113 | 254 | 312 | 77 | 17 | 0 | 25 | 302 | 67 | 66 |
| Binary | 1001011 | 10101100 | 11001010 | 111111 | 1111 | 0 | 10101 | 11000010 | 110111 | 110110 |
Color Harmonies of #4BACCA
Complementary color
Monochromatic Colors of #4BACCA
Black with #4BACCA
Text Example
Text Example
White with #4BACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACCA; }
p { color: rgb(75,172,202); }
H1.HeaderClassName
{
color: #4BACCA;
}
.AnyTagClassName
{
color: #4BACCA;
}
</style>
background-color css
<style>
a { background-color: #4BACCA; }
a { background-color: rgb(75,172,202); }
div.DivClassName
{
background-color: #4BACCA;
}
.BgClassName
{
background-color: #4BACCA;
}
</style>
border-color css
<style>
span { border-color: #4BACCA; }
span { border-color: rgb(75,172,202); }
td.TdClassName
{
border-color: #4BACCA;
}
.TagClassName
{
border-color: #4BACCA;
}
</style>