Shades of Viking #4DAAC8
Tints of Viking #4DAAC8
RGB
CMYK
RGB Variations
Color information
#4DAAC8 (or 0x4DAAC8) is known color: Viking. HEX triplet: 4D, AA and C8. RGB value is (77,170,200). Sum of RGB (Red+Green+Blue) = 77+170+200=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #4DAAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAAC8 is #B25537. Grayscale: #919191. Windows color (decimal): -11687224 or 13150797. OLE color: 13150797.
HSL color Cylindrical-coordinate representation of color #4DAAC8: hue angle of 194.63º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAAC8 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 170 | 200 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.22 |
| HSL | 194.63º | 0.53% | 0.54% | - |
| HSV(B) | 194.63º | 0.62% | 0.78% | - |
| XYZ | 27.86 | 34.5 | 59.83 | - |
| YUV | 145.61 | 158.69 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 200 | 0.62 | 0.15 | 0 | 0.22 | 194.63 | 0.53 | 0.54 |
| Hex | 4D | AA | C8 | 3E | F | 0 | 16 | C3 | 35 | 36 |
| Octal | 115 | 252 | 310 | 76 | 17 | 0 | 26 | 303 | 65 | 66 |
| Binary | 1001101 | 10101010 | 11001000 | 111110 | 1111 | 0 | 10110 | 11000011 | 110101 | 110110 |
Color Harmonies of #4DAAC8
Complementary color
Monochromatic Colors of #4DAAC8
Black with #4DAAC8
Text Example
Text Example
White with #4DAAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAC8; }
p { color: rgb(77,170,200); }
H1.HeaderClassName
{
color: #4DAAC8;
}
.AnyTagClassName
{
color: #4DAAC8;
}
</style>
background-color css
<style>
a { background-color: #4DAAC8; }
a { background-color: rgb(77,170,200); }
div.DivClassName
{
background-color: #4DAAC8;
}
.BgClassName
{
background-color: #4DAAC8;
}
</style>
border-color css
<style>
span { border-color: #4DAAC8; }
span { border-color: rgb(77,170,200); }
td.TdClassName
{
border-color: #4DAAC8;
}
.TagClassName
{
border-color: #4DAAC8;
}
</style>