Shades of Viking #4DADBE
Tints of Viking #4DADBE
RGB
CMYK
RGB Variations
Color information
#4DADBE (or 0x4DADBE) is known color: Viking. HEX triplet: 4D, AD and BE. RGB value is (77,173,190). Sum of RGB (Red+Green+Blue) = 77+173+190=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADBE is #B25241. Grayscale: #929292. Windows color (decimal): -11686466 or 12496205. OLE color: 12496205.
HSL color Cylindrical-coordinate representation of color #4DADBE: hue angle of 189.03º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DADBE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 173 | 190 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.25 |
| HSL | 189.03º | 0.47% | 0.52% | - |
| HSV(B) | 189.03º | 0.59% | 0.75% | - |
| XYZ | 27.3 | 35.18 | 54.07 | - |
| YUV | 146.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 190 | 0.59 | 0.09 | 0 | 0.25 | 189.03 | 0.47 | 0.52 |
| Hex | 4D | AD | BE | 3B | 9 | 0 | 19 | BD | 2F | 34 |
| Octal | 115 | 255 | 276 | 73 | 11 | 0 | 31 | 275 | 57 | 64 |
| Binary | 1001101 | 10101101 | 10111110 | 111011 | 1001 | 0 | 11001 | 10111101 | 101111 | 110100 |
Color Harmonies of #4DADBE
Complementary color
Monochromatic Colors of #4DADBE
Black with #4DADBE
Text Example
Text Example
White with #4DADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADBE; }
p { color: rgb(77,173,190); }
H1.HeaderClassName
{
color: #4DADBE;
}
.AnyTagClassName
{
color: #4DADBE;
}
</style>
background-color css
<style>
a { background-color: #4DADBE; }
a { background-color: rgb(77,173,190); }
div.DivClassName
{
background-color: #4DADBE;
}
.BgClassName
{
background-color: #4DADBE;
}
</style>
border-color css
<style>
span { border-color: #4DADBE; }
span { border-color: rgb(77,173,190); }
td.TdClassName
{
border-color: #4DADBE;
}
.TagClassName
{
border-color: #4DADBE;
}
</style>