Shades of Viking #4DAAC1
Tints of Viking #4DAAC1
RGB
CMYK
RGB Variations
Color information
#4DAAC1 (or 0x4DAAC1) is known color: Viking. HEX triplet: 4D, AA and C1. RGB value is (77,170,193). Sum of RGB (Red+Green+Blue) = 77+170+193=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DAAC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAAC1 is #B2553E. Grayscale: #909090. Windows color (decimal): -11687231 or 12692045. OLE color: 12692045.
HSL color Cylindrical-coordinate representation of color #4DAAC1: hue angle of 191.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DAAC1 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 170 | 193 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.24 |
| HSL | 191.9º | 0.48% | 0.53% | - |
| HSV(B) | 191.9º | 0.6% | 0.76% | - |
| XYZ | 27.06 | 34.18 | 55.62 | - |
| YUV | 144.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 193 | 0.60 | 0.12 | 0 | 0.24 | 191.9 | 0.48 | 0.53 |
| Hex | 4D | AA | C1 | 3C | C | 0 | 18 | C0 | 30 | 35 |
| Octal | 115 | 252 | 301 | 74 | 14 | 0 | 30 | 300 | 60 | 65 |
| Binary | 1001101 | 10101010 | 11000001 | 111100 | 1100 | 0 | 11000 | 11000000 | 110000 | 110101 |
Color Harmonies of #4DAAC1
Complementary color
Monochromatic Colors of #4DAAC1
Black with #4DAAC1
Text Example
Text Example
White with #4DAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAC1; }
p { color: rgb(77,170,193); }
H1.HeaderClassName
{
color: #4DAAC1;
}
.AnyTagClassName
{
color: #4DAAC1;
}
</style>
background-color css
<style>
a { background-color: #4DAAC1; }
a { background-color: rgb(77,170,193); }
div.DivClassName
{
background-color: #4DAAC1;
}
.BgClassName
{
background-color: #4DAAC1;
}
</style>
border-color css
<style>
span { border-color: #4DAAC1; }
span { border-color: rgb(77,170,193); }
td.TdClassName
{
border-color: #4DAAC1;
}
.TagClassName
{
border-color: #4DAAC1;
}
</style>