Shades of Viking #4AAECA
Tints of Viking #4AAECA
RGB
CMYK
RGB Variations
Color information
#4AAECA (or 0x4AAECA) is known color: Viking. HEX triplet: 4A, AE and CA. RGB value is (74,174,202). Sum of RGB (Red+Green+Blue) = 74+174+202=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AAECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAECA is #B55135. Grayscale: #939393. Windows color (decimal): -11882806 or 13282890. OLE color: 13282890.
HSL color Cylindrical-coordinate representation of color #4AAECA: hue angle of 193.12º 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 #4AAECA is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 174 | 202 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.21 |
| HSL | 193.13º | 0.55% | 0.54% | - |
| HSV(B) | 193.13º | 0.63% | 0.79% | - |
| XYZ | 28.62 | 35.99 | 61.32 | - |
| YUV | 147.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 202 | 0.63 | 0.14 | 0 | 0.21 | 193.13 | 0.55 | 0.54 |
| Hex | 4A | AE | CA | 3F | E | 0 | 15 | C1 | 37 | 36 |
| Octal | 112 | 256 | 312 | 77 | 16 | 0 | 25 | 301 | 67 | 66 |
| Binary | 1001010 | 10101110 | 11001010 | 111111 | 1110 | 0 | 10101 | 11000001 | 110111 | 110110 |
Color Harmonies of #4AAECA
Complementary color
Monochromatic Colors of #4AAECA
Black with #4AAECA
Text Example
Text Example
White with #4AAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAECA; }
p { color: rgb(74,174,202); }
H1.HeaderClassName
{
color: #4AAECA;
}
.AnyTagClassName
{
color: #4AAECA;
}
</style>
background-color css
<style>
a { background-color: #4AAECA; }
a { background-color: rgb(74,174,202); }
div.DivClassName
{
background-color: #4AAECA;
}
.BgClassName
{
background-color: #4AAECA;
}
</style>
border-color css
<style>
span { border-color: #4AAECA; }
span { border-color: rgb(74,174,202); }
td.TdClassName
{
border-color: #4AAECA;
}
.TagClassName
{
border-color: #4AAECA;
}
</style>