Shades of Viking #4DBECF
Tints of Viking #4DBECF
RGB
CMYK
RGB Variations
Color information
#4DBECF (or 0x4DBECF) is known color: Viking. HEX triplet: 4D, BE and CF. RGB value is (77,190,207). Sum of RGB (Red+Green+Blue) = 77+190+207=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DBECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBECF is #B24130. Grayscale: #9D9D9D. Windows color (decimal): -11682097 or 13614669. OLE color: 13614669.
HSL color Cylindrical-coordinate representation of color #4DBECF: hue angle of 187.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DBECF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 190 | 207 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.19 |
| HSL | 187.85º | 0.58% | 0.56% | - |
| HSV(B) | 187.85º | 0.63% | 0.81% | - |
| XYZ | 32.74 | 42.91 | 65.59 | - |
| YUV | 158.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 207 | 0.63 | 0.08 | 0 | 0.19 | 187.85 | 0.58 | 0.56 |
| Hex | 4D | BE | CF | 3F | 8 | 0 | 13 | BC | 3A | 38 |
| Octal | 115 | 276 | 317 | 77 | 10 | 0 | 23 | 274 | 72 | 70 |
| Binary | 1001101 | 10111110 | 11001111 | 111111 | 1000 | 0 | 10011 | 10111100 | 111010 | 111000 |
Color Harmonies of #4DBECF
Complementary color
Monochromatic Colors of #4DBECF
Black with #4DBECF
Text Example
Text Example
White with #4DBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBECF; }
p { color: rgb(77,190,207); }
H1.HeaderClassName
{
color: #4DBECF;
}
.AnyTagClassName
{
color: #4DBECF;
}
</style>
background-color css
<style>
a { background-color: #4DBECF; }
a { background-color: rgb(77,190,207); }
div.DivClassName
{
background-color: #4DBECF;
}
.BgClassName
{
background-color: #4DBECF;
}
</style>
border-color css
<style>
span { border-color: #4DBECF; }
span { border-color: rgb(77,190,207); }
td.TdClassName
{
border-color: #4DBECF;
}
.TagClassName
{
border-color: #4DBECF;
}
</style>