Shades of Viking #4CAABC
Tints of Viking #4CAABC
RGB
CMYK
RGB Variations
Color information
#4CAABC (or 0x4CAABC) is known color: Viking. HEX triplet: 4C, AA and BC. RGB value is (76,170,188). Sum of RGB (Red+Green+Blue) = 76+170+188=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #4CAABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAABC is #B35543. Grayscale: #8F8F8F. Windows color (decimal): -11752772 or 12364364. OLE color: 12364364.
HSL color Cylindrical-coordinate representation of color #4CAABC: hue angle of 189.64º 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 #4CAABC is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 170 | 188 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.26 |
| HSL | 189.64º | 0.46% | 0.52% | - |
| HSV(B) | 189.64º | 0.6% | 0.74% | - |
| XYZ | 26.43 | 33.92 | 52.73 | - |
| YUV | 143.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 188 | 0.60 | 0.10 | 0 | 0.26 | 189.64 | 0.46 | 0.52 |
| Hex | 4C | AA | BC | 3C | A | 0 | 1A | BE | 2E | 34 |
| Octal | 114 | 252 | 274 | 74 | 12 | 0 | 32 | 276 | 56 | 64 |
| Binary | 1001100 | 10101010 | 10111100 | 111100 | 1010 | 0 | 11010 | 10111110 | 101110 | 110100 |
Color Harmonies of #4CAABC
Complementary color
Monochromatic Colors of #4CAABC
Black with #4CAABC
Text Example
Text Example
White with #4CAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAABC; }
p { color: rgb(76,170,188); }
H1.HeaderClassName
{
color: #4CAABC;
}
.AnyTagClassName
{
color: #4CAABC;
}
</style>
background-color css
<style>
a { background-color: #4CAABC; }
a { background-color: rgb(76,170,188); }
div.DivClassName
{
background-color: #4CAABC;
}
.BgClassName
{
background-color: #4CAABC;
}
</style>
border-color css
<style>
span { border-color: #4CAABC; }
span { border-color: rgb(76,170,188); }
td.TdClassName
{
border-color: #4CAABC;
}
.TagClassName
{
border-color: #4CAABC;
}
</style>