Shades of Viking #4DAECA
Tints of Viking #4DAECA
RGB
CMYK
RGB Variations
Color information
#4DAECA (or 0x4DAECA) is known color: Viking. HEX triplet: 4D, AE and CA. RGB value is (77,174,202). Sum of RGB (Red+Green+Blue) = 77+174+202=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAECA is #B25135. Grayscale: #939393. Windows color (decimal): -11686198 or 13282893. OLE color: 13282893.
HSL color Cylindrical-coordinate representation of color #4DAECA: hue angle of 193.44º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAECA is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 174 | 202 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.21 |
| HSL | 193.44º | 0.54% | 0.55% | - |
| HSV(B) | 193.44º | 0.62% | 0.79% | - |
| XYZ | 28.86 | 36.11 | 61.33 | - |
| YUV | 148.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 202 | 0.62 | 0.14 | 0 | 0.21 | 193.44 | 0.54 | 0.55 |
| Hex | 4D | AE | CA | 3E | E | 0 | 15 | C1 | 36 | 37 |
| Octal | 115 | 256 | 312 | 76 | 16 | 0 | 25 | 301 | 66 | 67 |
| Binary | 1001101 | 10101110 | 11001010 | 111110 | 1110 | 0 | 10101 | 11000001 | 110110 | 110111 |
Color Harmonies of #4DAECA
Complementary color
Monochromatic Colors of #4DAECA
Black with #4DAECA
Text Example
Text Example
White with #4DAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAECA; }
p { color: rgb(77,174,202); }
H1.HeaderClassName
{
color: #4DAECA;
}
.AnyTagClassName
{
color: #4DAECA;
}
</style>
background-color css
<style>
a { background-color: #4DAECA; }
a { background-color: rgb(77,174,202); }
div.DivClassName
{
background-color: #4DAECA;
}
.BgClassName
{
background-color: #4DAECA;
}
</style>
border-color css
<style>
span { border-color: #4DAECA; }
span { border-color: rgb(77,174,202); }
td.TdClassName
{
border-color: #4DAECA;
}
.TagClassName
{
border-color: #4DAECA;
}
</style>