Shades of Viking #4DADD1
Tints of Viking #4DADD1
RGB
CMYK
RGB Variations
Color information
#4DADD1 (or 0x4DADD1) is known color: Viking. HEX triplet: 4D, AD and D1. RGB value is (77,173,209). Sum of RGB (Red+Green+Blue) = 77+173+209=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #4DADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADD1 is #B2522E. Grayscale: #949494. Windows color (decimal): -11686447 or 13741389. OLE color: 13741389.
HSL color Cylindrical-coordinate representation of color #4DADD1: hue angle of 196.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DADD1 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 173 | 209 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.18 |
| HSL | 196.36º | 0.59% | 0.56% | - |
| HSV(B) | 196.36º | 0.63% | 0.82% | - |
| XYZ | 29.51 | 36.07 | 65.73 | - |
| YUV | 148.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 209 | 0.63 | 0.17 | 0 | 0.18 | 196.36 | 0.59 | 0.56 |
| Hex | 4D | AD | D1 | 3F | 11 | 0 | 12 | C4 | 3B | 38 |
| Octal | 115 | 255 | 321 | 77 | 21 | 0 | 22 | 304 | 73 | 70 |
| Binary | 1001101 | 10101101 | 11010001 | 111111 | 10001 | 0 | 10010 | 11000100 | 111011 | 111000 |
Color Harmonies of #4DADD1
Complementary color
Monochromatic Colors of #4DADD1
Black with #4DADD1
Text Example
Text Example
White with #4DADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADD1; }
p { color: rgb(77,173,209); }
H1.HeaderClassName
{
color: #4DADD1;
}
.AnyTagClassName
{
color: #4DADD1;
}
</style>
background-color css
<style>
a { background-color: #4DADD1; }
a { background-color: rgb(77,173,209); }
div.DivClassName
{
background-color: #4DADD1;
}
.BgClassName
{
background-color: #4DADD1;
}
</style>
border-color css
<style>
span { border-color: #4DADD1; }
span { border-color: rgb(77,173,209); }
td.TdClassName
{
border-color: #4DADD1;
}
.TagClassName
{
border-color: #4DADD1;
}
</style>