Shades of Viking #4AADC4
Tints of Viking #4AADC4
RGB
CMYK
RGB Variations
Color information
#4AADC4 (or 0x4AADC4) is known color: Viking. HEX triplet: 4A, AD and C4. RGB value is (74,173,196). Sum of RGB (Red+Green+Blue) = 74+173+196=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #4AADC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADC4 is #B5523B. Grayscale: #919191. Windows color (decimal): -11883068 or 12889418. OLE color: 12889418.
HSL color Cylindrical-coordinate representation of color #4AADC4: hue angle of 191.31º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AADC4 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 173 | 196 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.23 |
| HSL | 191.31º | 0.51% | 0.53% | - |
| HSV(B) | 191.31º | 0.62% | 0.77% | - |
| XYZ | 27.73 | 35.33 | 57.58 | - |
| YUV | 146.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 196 | 0.62 | 0.12 | 0 | 0.23 | 191.31 | 0.51 | 0.53 |
| Hex | 4A | AD | C4 | 3E | C | 0 | 17 | BF | 33 | 35 |
| Octal | 112 | 255 | 304 | 76 | 14 | 0 | 27 | 277 | 63 | 65 |
| Binary | 1001010 | 10101101 | 11000100 | 111110 | 1100 | 0 | 10111 | 10111111 | 110011 | 110101 |
Color Harmonies of #4AADC4
Complementary color
Monochromatic Colors of #4AADC4
Black with #4AADC4
Text Example
Text Example
White with #4AADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADC4; }
p { color: rgb(74,173,196); }
H1.HeaderClassName
{
color: #4AADC4;
}
.AnyTagClassName
{
color: #4AADC4;
}
</style>
background-color css
<style>
a { background-color: #4AADC4; }
a { background-color: rgb(74,173,196); }
div.DivClassName
{
background-color: #4AADC4;
}
.BgClassName
{
background-color: #4AADC4;
}
</style>
border-color css
<style>
span { border-color: #4AADC4; }
span { border-color: rgb(74,173,196); }
td.TdClassName
{
border-color: #4AADC4;
}
.TagClassName
{
border-color: #4AADC4;
}
</style>