Shades of Viking #4DADCE
Tints of Viking #4DADCE
RGB
CMYK
RGB Variations
Color information
#4DADCE (or 0x4DADCE) is known color: Viking. HEX triplet: 4D, AD and CE. RGB value is (77,173,206). Sum of RGB (Red+Green+Blue) = 77+173+206=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADCE is #B25231. Grayscale: #939393. Windows color (decimal): -11686450 or 13544781. OLE color: 13544781.
HSL color Cylindrical-coordinate representation of color #4DADCE: hue angle of 195.35º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DADCE is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 173 | 206 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.19 |
| HSL | 195.35º | 0.57% | 0.55% | - |
| HSV(B) | 195.35º | 0.63% | 0.81% | - |
| XYZ | 29.14 | 35.92 | 63.79 | - |
| YUV | 148.06 | 160.7 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 206 | 0.63 | 0.16 | 0 | 0.19 | 195.35 | 0.57 | 0.55 |
| Hex | 4D | AD | CE | 3F | 10 | 0 | 13 | C3 | 39 | 37 |
| Octal | 115 | 255 | 316 | 77 | 20 | 0 | 23 | 303 | 71 | 67 |
| Binary | 1001101 | 10101101 | 11001110 | 111111 | 10000 | 0 | 10011 | 11000011 | 111001 | 110111 |
Color Harmonies of #4DADCE
Complementary color
Monochromatic Colors of #4DADCE
Black with #4DADCE
Text Example
Text Example
White with #4DADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADCE; }
p { color: rgb(77,173,206); }
H1.HeaderClassName
{
color: #4DADCE;
}
.AnyTagClassName
{
color: #4DADCE;
}
</style>
background-color css
<style>
a { background-color: #4DADCE; }
a { background-color: rgb(77,173,206); }
div.DivClassName
{
background-color: #4DADCE;
}
.BgClassName
{
background-color: #4DADCE;
}
</style>
border-color css
<style>
span { border-color: #4DADCE; }
span { border-color: rgb(77,173,206); }
td.TdClassName
{
border-color: #4DADCE;
}
.TagClassName
{
border-color: #4DADCE;
}
</style>