Shades of Viking #4AADC3
Tints of Viking #4AADC3
RGB
CMYK
RGB Variations
Color information
#4AADC3 (or 0x4AADC3) is known color: Viking. HEX triplet: 4A, AD and C3. RGB value is (74,173,195). Sum of RGB (Red+Green+Blue) = 74+173+195=442 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.74% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #4AADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADC3 is #B5523C. Grayscale: #919191. Windows color (decimal): -11883069 or 12823882. OLE color: 12823882.
HSL color Cylindrical-coordinate representation of color #4AADC3: hue angle of 190.91º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AADC3 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 173 | 195 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.24 |
| HSL | 190.91º | 0.5% | 0.53% | - |
| HSV(B) | 190.91º | 0.62% | 0.76% | - |
| XYZ | 27.62 | 35.28 | 56.98 | - |
| YUV | 145.91 | 155.7 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 195 | 0.62 | 0.11 | 0 | 0.24 | 190.91 | 0.5 | 0.53 |
| Hex | 4A | AD | C3 | 3E | B | 0 | 18 | BF | 32 | 35 |
| Octal | 112 | 255 | 303 | 76 | 13 | 0 | 30 | 277 | 62 | 65 |
| Binary | 1001010 | 10101101 | 11000011 | 111110 | 1011 | 0 | 11000 | 10111111 | 110010 | 110101 |
Color Harmonies of #4AADC3
Complementary color
Monochromatic Colors of #4AADC3
Black with #4AADC3
Text Example
Text Example
White with #4AADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADC3; }
p { color: rgb(74,173,195); }
H1.HeaderClassName
{
color: #4AADC3;
}
.AnyTagClassName
{
color: #4AADC3;
}
</style>
background-color css
<style>
a { background-color: #4AADC3; }
a { background-color: rgb(74,173,195); }
div.DivClassName
{
background-color: #4AADC3;
}
.BgClassName
{
background-color: #4AADC3;
}
</style>
border-color css
<style>
span { border-color: #4AADC3; }
span { border-color: rgb(74,173,195); }
td.TdClassName
{
border-color: #4AADC3;
}
.TagClassName
{
border-color: #4AADC3;
}
</style>