Shades of Viking #4AABCC
Tints of Viking #4AABCC
RGB
CMYK
RGB Variations
Color information
#4AABCC (or 0x4AABCC) is known color: Viking. HEX triplet: 4A, AB and CC. RGB value is (74,171,204). Sum of RGB (Red+Green+Blue) = 74+171+204=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #4AABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABCC is #B55433. Grayscale: #919191. Windows color (decimal): -11883572 or 13413194. OLE color: 13413194.
HSL color Cylindrical-coordinate representation of color #4AABCC: hue angle of 195.23º 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 #4AABCC is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 171 | 204 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.2 |
| HSL | 195.23º | 0.56% | 0.55% | - |
| HSV(B) | 195.23º | 0.64% | 0.8% | - |
| XYZ | 28.29 | 34.94 | 62.38 | - |
| YUV | 145.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 171 | 204 | 0.64 | 0.16 | 0 | 0.2 | 195.23 | 0.56 | 0.55 |
| Hex | 4A | AB | CC | 40 | 10 | 0 | 14 | C3 | 38 | 37 |
| Octal | 112 | 253 | 314 | 100 | 20 | 0 | 24 | 303 | 70 | 67 |
| Binary | 1001010 | 10101011 | 11001100 | 1000000 | 10000 | 0 | 10100 | 11000011 | 111000 | 110111 |
Color Harmonies of #4AABCC
Complementary color
Monochromatic Colors of #4AABCC
Black with #4AABCC
Text Example
Text Example
White with #4AABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AABCC; }
p { color: rgb(74,171,204); }
H1.HeaderClassName
{
color: #4AABCC;
}
.AnyTagClassName
{
color: #4AABCC;
}
</style>
background-color css
<style>
a { background-color: #4AABCC; }
a { background-color: rgb(74,171,204); }
div.DivClassName
{
background-color: #4AABCC;
}
.BgClassName
{
background-color: #4AABCC;
}
</style>
border-color css
<style>
span { border-color: #4AABCC; }
span { border-color: rgb(74,171,204); }
td.TdClassName
{
border-color: #4AABCC;
}
.TagClassName
{
border-color: #4AABCC;
}
</style>