Shades of Viking #4DADBC
Tints of Viking #4DADBC
RGB
CMYK
RGB Variations
Color information
#4DADBC (or 0x4DADBC) is known color: Viking. HEX triplet: 4D, AD and BC. RGB value is (77,173,188). Sum of RGB (Red+Green+Blue) = 77+173+188=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #4DADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADBC is #B25243. Grayscale: #919191. Windows color (decimal): -11686468 or 12365133. OLE color: 12365133.
HSL color Cylindrical-coordinate representation of color #4DADBC: hue angle of 188.11º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DADBC is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 173 | 188 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.26 |
| HSL | 188.11º | 0.45% | 0.52% | - |
| HSV(B) | 188.11º | 0.59% | 0.74% | - |
| XYZ | 27.08 | 35.1 | 52.92 | - |
| YUV | 146.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 188 | 0.59 | 0.08 | 0 | 0.26 | 188.11 | 0.45 | 0.52 |
| Hex | 4D | AD | BC | 3B | 8 | 0 | 1A | BC | 2D | 34 |
| Octal | 115 | 255 | 274 | 73 | 10 | 0 | 32 | 274 | 55 | 64 |
| Binary | 1001101 | 10101101 | 10111100 | 111011 | 1000 | 0 | 11010 | 10111100 | 101101 | 110100 |
Color Harmonies of #4DADBC
Complementary color
Monochromatic Colors of #4DADBC
Black with #4DADBC
Text Example
Text Example
White with #4DADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADBC; }
p { color: rgb(77,173,188); }
H1.HeaderClassName
{
color: #4DADBC;
}
.AnyTagClassName
{
color: #4DADBC;
}
</style>
background-color css
<style>
a { background-color: #4DADBC; }
a { background-color: rgb(77,173,188); }
div.DivClassName
{
background-color: #4DADBC;
}
.BgClassName
{
background-color: #4DADBC;
}
</style>
border-color css
<style>
span { border-color: #4DADBC; }
span { border-color: rgb(77,173,188); }
td.TdClassName
{
border-color: #4DADBC;
}
.TagClassName
{
border-color: #4DADBC;
}
</style>