Shades of Viking #4AA7CA
Tints of Viking #4AA7CA
RGB
CMYK
RGB Variations
Color information
#4AA7CA (or 0x4AA7CA) is known color: Viking. HEX triplet: 4A, A7 and CA. RGB value is (74,167,202). Sum of RGB (Red+Green+Blue) = 74+167+202=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #4AA7CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA7CA is #B55835. Grayscale: #8E8E8E. Windows color (decimal): -11884598 or 13281098. OLE color: 13281098.
HSL color Cylindrical-coordinate representation of color #4AA7CA: hue angle of 196.41º 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 #4AA7CA is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 167 | 202 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.21 |
| HSL | 196.41º | 0.55% | 0.54% | - |
| HSV(B) | 196.41º | 0.63% | 0.79% | - |
| XYZ | 27.3 | 33.36 | 60.88 | - |
| YUV | 143.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 202 | 0.63 | 0.17 | 0 | 0.21 | 196.41 | 0.55 | 0.54 |
| Hex | 4A | A7 | CA | 3F | 11 | 0 | 15 | C4 | 37 | 36 |
| Octal | 112 | 247 | 312 | 77 | 21 | 0 | 25 | 304 | 67 | 66 |
| Binary | 1001010 | 10100111 | 11001010 | 111111 | 10001 | 0 | 10101 | 11000100 | 110111 | 110110 |
Color Harmonies of #4AA7CA
Complementary color
Monochromatic Colors of #4AA7CA
Black with #4AA7CA
Text Example
Text Example
White with #4AA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA7CA; }
p { color: rgb(74,167,202); }
H1.HeaderClassName
{
color: #4AA7CA;
}
.AnyTagClassName
{
color: #4AA7CA;
}
</style>
background-color css
<style>
a { background-color: #4AA7CA; }
a { background-color: rgb(74,167,202); }
div.DivClassName
{
background-color: #4AA7CA;
}
.BgClassName
{
background-color: #4AA7CA;
}
</style>
border-color css
<style>
span { border-color: #4AA7CA; }
span { border-color: rgb(74,167,202); }
td.TdClassName
{
border-color: #4AA7CA;
}
.TagClassName
{
border-color: #4AA7CA;
}
</style>