Shades of Viking #4CABBA
Tints of Viking #4CABBA
RGB
CMYK
RGB Variations
Color information
#4CABBA (or 0x4CABBA) is known color: Viking. HEX triplet: 4C, AB and BA. RGB value is (76,171,186). Sum of RGB (Red+Green+Blue) = 76+171+186=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #4CABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CABBA is #B35445. Grayscale: #909090. Windows color (decimal): -11752518 or 12233548. OLE color: 12233548.
HSL color Cylindrical-coordinate representation of color #4CABBA: hue angle of 188.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CABBA is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 171 | 186 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.27 |
| HSL | 188.18º | 0.44% | 0.51% | - |
| HSV(B) | 188.18º | 0.59% | 0.73% | - |
| XYZ | 26.41 | 34.21 | 51.67 | - |
| YUV | 144.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 186 | 0.59 | 0.08 | 0 | 0.27 | 188.18 | 0.44 | 0.51 |
| Hex | 4C | AB | BA | 3B | 8 | 0 | 1B | BC | 2C | 33 |
| Octal | 114 | 253 | 272 | 73 | 10 | 0 | 33 | 274 | 54 | 63 |
| Binary | 1001100 | 10101011 | 10111010 | 111011 | 1000 | 0 | 11011 | 10111100 | 101100 | 110011 |
Color Harmonies of #4CABBA
Complementary color
Monochromatic Colors of #4CABBA
Black with #4CABBA
Text Example
Text Example
White with #4CABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CABBA; }
p { color: rgb(76,171,186); }
H1.HeaderClassName
{
color: #4CABBA;
}
.AnyTagClassName
{
color: #4CABBA;
}
</style>
background-color css
<style>
a { background-color: #4CABBA; }
a { background-color: rgb(76,171,186); }
div.DivClassName
{
background-color: #4CABBA;
}
.BgClassName
{
background-color: #4CABBA;
}
</style>
border-color css
<style>
span { border-color: #4CABBA; }
span { border-color: rgb(76,171,186); }
td.TdClassName
{
border-color: #4CABBA;
}
.TagClassName
{
border-color: #4CABBA;
}
</style>