Shades of Viking #4DADCC
Tints of Viking #4DADCC
RGB
CMYK
RGB Variations
Color information
#4DADCC (or 0x4DADCC) is known color: Viking. HEX triplet: 4D, AD and CC. RGB value is (77,173,204). Sum of RGB (Red+Green+Blue) = 77+173+204=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADCC is #B25233. Grayscale: #939393. Windows color (decimal): -11686452 or 13413709. OLE color: 13413709.
HSL color Cylindrical-coordinate representation of color #4DADCC: hue angle of 194.65º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DADCC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 173 | 204 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.2 |
| HSL | 194.65º | 0.55% | 0.55% | - |
| HSV(B) | 194.65º | 0.62% | 0.8% | - |
| XYZ | 28.9 | 35.82 | 62.52 | - |
| YUV | 147.83 | 159.7 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 204 | 0.62 | 0.15 | 0 | 0.2 | 194.65 | 0.55 | 0.55 |
| Hex | 4D | AD | CC | 3E | F | 0 | 14 | C3 | 37 | 37 |
| Octal | 115 | 255 | 314 | 76 | 17 | 0 | 24 | 303 | 67 | 67 |
| Binary | 1001101 | 10101101 | 11001100 | 111110 | 1111 | 0 | 10100 | 11000011 | 110111 | 110111 |
Color Harmonies of #4DADCC
Complementary color
Monochromatic Colors of #4DADCC
Black with #4DADCC
Text Example
Text Example
White with #4DADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADCC; }
p { color: rgb(77,173,204); }
H1.HeaderClassName
{
color: #4DADCC;
}
.AnyTagClassName
{
color: #4DADCC;
}
</style>
background-color css
<style>
a { background-color: #4DADCC; }
a { background-color: rgb(77,173,204); }
div.DivClassName
{
background-color: #4DADCC;
}
.BgClassName
{
background-color: #4DADCC;
}
</style>
border-color css
<style>
span { border-color: #4DADCC; }
span { border-color: rgb(77,173,204); }
td.TdClassName
{
border-color: #4DADCC;
}
.TagClassName
{
border-color: #4DADCC;
}
</style>