Shades of Viking #4AAEC6
Tints of Viking #4AAEC6
RGB
CMYK
RGB Variations
Color information
#4AAEC6 (or 0x4AAEC6) is known color: Viking. HEX triplet: 4A, AE and C6. RGB value is (74,174,198). Sum of RGB (Red+Green+Blue) = 74+174+198=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #4AAEC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEC6 is #B55139. Grayscale: #929292. Windows color (decimal): -11882810 or 13020746. OLE color: 13020746.
HSL color Cylindrical-coordinate representation of color #4AAEC6: hue angle of 191.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AAEC6 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 174 | 198 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.22 |
| HSL | 191.61º | 0.52% | 0.53% | - |
| HSV(B) | 191.61º | 0.63% | 0.78% | - |
| XYZ | 28.15 | 35.81 | 58.85 | - |
| YUV | 146.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 198 | 0.63 | 0.12 | 0 | 0.22 | 191.61 | 0.52 | 0.53 |
| Hex | 4A | AE | C6 | 3F | C | 0 | 16 | C0 | 34 | 35 |
| Octal | 112 | 256 | 306 | 77 | 14 | 0 | 26 | 300 | 64 | 65 |
| Binary | 1001010 | 10101110 | 11000110 | 111111 | 1100 | 0 | 10110 | 11000000 | 110100 | 110101 |
Color Harmonies of #4AAEC6
Complementary color
Monochromatic Colors of #4AAEC6
Black with #4AAEC6
Text Example
Text Example
White with #4AAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAEC6; }
p { color: rgb(74,174,198); }
H1.HeaderClassName
{
color: #4AAEC6;
}
.AnyTagClassName
{
color: #4AAEC6;
}
</style>
background-color css
<style>
a { background-color: #4AAEC6; }
a { background-color: rgb(74,174,198); }
div.DivClassName
{
background-color: #4AAEC6;
}
.BgClassName
{
background-color: #4AAEC6;
}
</style>
border-color css
<style>
span { border-color: #4AAEC6; }
span { border-color: rgb(74,174,198); }
td.TdClassName
{
border-color: #4AAEC6;
}
.TagClassName
{
border-color: #4AAEC6;
}
</style>