Shades of Viking #4DADCA
Tints of Viking #4DADCA
RGB
CMYK
RGB Variations
Color information
#4DADCA (or 0x4DADCA) is known color: Viking. HEX triplet: 4D, AD and CA. RGB value is (77,173,202). Sum of RGB (Red+Green+Blue) = 77+173+202=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADCA is #B25235. Grayscale: #939393. Windows color (decimal): -11686454 or 13282637. OLE color: 13282637.
HSL color Cylindrical-coordinate representation of color #4DADCA: hue angle of 193.92º 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 #4DADCA is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 173 | 202 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.21 |
| HSL | 193.92º | 0.54% | 0.55% | - |
| HSV(B) | 193.92º | 0.62% | 0.79% | - |
| XYZ | 28.66 | 35.73 | 61.26 | - |
| YUV | 147.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 202 | 0.62 | 0.14 | 0 | 0.21 | 193.92 | 0.54 | 0.55 |
| Hex | 4D | AD | CA | 3E | E | 0 | 15 | C2 | 36 | 37 |
| Octal | 115 | 255 | 312 | 76 | 16 | 0 | 25 | 302 | 66 | 67 |
| Binary | 1001101 | 10101101 | 11001010 | 111110 | 1110 | 0 | 10101 | 11000010 | 110110 | 110111 |
Color Harmonies of #4DADCA
Complementary color
Monochromatic Colors of #4DADCA
Black with #4DADCA
Text Example
Text Example
White with #4DADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADCA; }
p { color: rgb(77,173,202); }
H1.HeaderClassName
{
color: #4DADCA;
}
.AnyTagClassName
{
color: #4DADCA;
}
</style>
background-color css
<style>
a { background-color: #4DADCA; }
a { background-color: rgb(77,173,202); }
div.DivClassName
{
background-color: #4DADCA;
}
.BgClassName
{
background-color: #4DADCA;
}
</style>
border-color css
<style>
span { border-color: #4DADCA; }
span { border-color: rgb(77,173,202); }
td.TdClassName
{
border-color: #4DADCA;
}
.TagClassName
{
border-color: #4DADCA;
}
</style>