Shades of Viking #4DACBE
Tints of Viking #4DACBE
RGB
CMYK
RGB Variations
Color information
#4DACBE (or 0x4DACBE) is known color: Viking. HEX triplet: 4D, AC and BE. RGB value is (77,172,190). Sum of RGB (Red+Green+Blue) = 77+172+190=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DACBE is #B25341. Grayscale: #919191. Windows color (decimal): -11686722 or 12495949. OLE color: 12495949.
HSL color Cylindrical-coordinate representation of color #4DACBE: hue angle of 189.56º 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 #4DACBE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 172 | 190 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.25 |
| HSL | 189.56º | 0.47% | 0.52% | - |
| HSV(B) | 189.56º | 0.59% | 0.75% | - |
| XYZ | 27.11 | 34.8 | 54 | - |
| YUV | 145.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 190 | 0.59 | 0.09 | 0 | 0.25 | 189.56 | 0.47 | 0.52 |
| Hex | 4D | AC | BE | 3B | 9 | 0 | 19 | BE | 2F | 34 |
| Octal | 115 | 254 | 276 | 73 | 11 | 0 | 31 | 276 | 57 | 64 |
| Binary | 1001101 | 10101100 | 10111110 | 111011 | 1001 | 0 | 11001 | 10111110 | 101111 | 110100 |
Color Harmonies of #4DACBE
Complementary color
Monochromatic Colors of #4DACBE
Black with #4DACBE
Text Example
Text Example
White with #4DACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DACBE; }
p { color: rgb(77,172,190); }
H1.HeaderClassName
{
color: #4DACBE;
}
.AnyTagClassName
{
color: #4DACBE;
}
</style>
background-color css
<style>
a { background-color: #4DACBE; }
a { background-color: rgb(77,172,190); }
div.DivClassName
{
background-color: #4DACBE;
}
.BgClassName
{
background-color: #4DACBE;
}
</style>
border-color css
<style>
span { border-color: #4DACBE; }
span { border-color: rgb(77,172,190); }
td.TdClassName
{
border-color: #4DACBE;
}
.TagClassName
{
border-color: #4DACBE;
}
</style>