Shades of Viking #4DBEC1
Tints of Viking #4DBEC1
RGB
CMYK
RGB Variations
Color information
#4DBEC1 (or 0x4DBEC1) is known color: Viking. HEX triplet: 4D, BE and C1. RGB value is (77,190,193). Sum of RGB (Red+Green+Blue) = 77+190+193=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DBEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEC1 is #B2413E. Grayscale: #9C9C9C. Windows color (decimal): -11682111 or 12697165. OLE color: 12697165.
HSL color Cylindrical-coordinate representation of color #4DBEC1: hue angle of 181.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBEC1 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 190 | 193 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.24 |
| HSL | 181.55º | 0.48% | 0.53% | - |
| HSV(B) | 181.55º | 0.6% | 0.76% | - |
| XYZ | 31.1 | 42.25 | 56.97 | - |
| YUV | 156.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 193 | 0.60 | 0.02 | 0 | 0.24 | 181.55 | 0.48 | 0.53 |
| Hex | 4D | BE | C1 | 3C | 2 | 0 | 18 | B6 | 30 | 35 |
| Octal | 115 | 276 | 301 | 74 | 2 | 0 | 30 | 266 | 60 | 65 |
| Binary | 1001101 | 10111110 | 11000001 | 111100 | 10 | 0 | 11000 | 10110110 | 110000 | 110101 |
Color Harmonies of #4DBEC1
Complementary color
Monochromatic Colors of #4DBEC1
Black with #4DBEC1
Text Example
Text Example
White with #4DBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEC1; }
p { color: rgb(77,190,193); }
H1.HeaderClassName
{
color: #4DBEC1;
}
.AnyTagClassName
{
color: #4DBEC1;
}
</style>
background-color css
<style>
a { background-color: #4DBEC1; }
a { background-color: rgb(77,190,193); }
div.DivClassName
{
background-color: #4DBEC1;
}
.BgClassName
{
background-color: #4DBEC1;
}
</style>
border-color css
<style>
span { border-color: #4DBEC1; }
span { border-color: rgb(77,190,193); }
td.TdClassName
{
border-color: #4DBEC1;
}
.TagClassName
{
border-color: #4DBEC1;
}
</style>