Shades of Viking #4ABACC
Tints of Viking #4ABACC
RGB
CMYK
RGB Variations
Color information
#4ABACC (or 0x4ABACC) is known color: Viking. HEX triplet: 4A, BA and CC. RGB value is (74,186,204). Sum of RGB (Red+Green+Blue) = 74+186+204=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ABACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABACC is #B54533. Grayscale: #9A9A9A. Windows color (decimal): -11879732 or 13417034. OLE color: 13417034.
HSL color Cylindrical-coordinate representation of color #4ABACC: hue angle of 188.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABACC is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 186 | 204 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.2 |
| HSL | 188.31º | 0.56% | 0.55% | - |
| HSV(B) | 188.31º | 0.64% | 0.8% | - |
| XYZ | 31.28 | 40.93 | 63.38 | - |
| YUV | 154.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 204 | 0.64 | 0.09 | 0 | 0.2 | 188.31 | 0.56 | 0.55 |
| Hex | 4A | BA | CC | 40 | 9 | 0 | 14 | BC | 38 | 37 |
| Octal | 112 | 272 | 314 | 100 | 11 | 0 | 24 | 274 | 70 | 67 |
| Binary | 1001010 | 10111010 | 11001100 | 1000000 | 1001 | 0 | 10100 | 10111100 | 111000 | 110111 |
Color Harmonies of #4ABACC
Complementary color
Monochromatic Colors of #4ABACC
Black with #4ABACC
Text Example
Text Example
White with #4ABACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABACC; }
p { color: rgb(74,186,204); }
H1.HeaderClassName
{
color: #4ABACC;
}
.AnyTagClassName
{
color: #4ABACC;
}
</style>
background-color css
<style>
a { background-color: #4ABACC; }
a { background-color: rgb(74,186,204); }
div.DivClassName
{
background-color: #4ABACC;
}
.BgClassName
{
background-color: #4ABACC;
}
</style>
border-color css
<style>
span { border-color: #4ABACC; }
span { border-color: rgb(74,186,204); }
td.TdClassName
{
border-color: #4ABACC;
}
.TagClassName
{
border-color: #4ABACC;
}
</style>