Shades of Viking #4DB8CE
Tints of Viking #4DB8CE
RGB
CMYK
RGB Variations
Color information
#4DB8CE (or 0x4DB8CE) is known color: Viking. HEX triplet: 4D, B8 and CE. RGB value is (77,184,206). Sum of RGB (Red+Green+Blue) = 77+184+206=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DB8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB8CE is #B24731. Grayscale: #9A9A9A. Windows color (decimal): -11683634 or 13547597. OLE color: 13547597.
HSL color Cylindrical-coordinate representation of color #4DB8CE: hue angle of 190.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DB8CE is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 184 | 206 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.19 |
| HSL | 190.23º | 0.57% | 0.55% | - |
| HSV(B) | 190.23º | 0.63% | 0.81% | - |
| XYZ | 31.34 | 40.31 | 64.52 | - |
| YUV | 154.52 | 157.05 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 206 | 0.63 | 0.11 | 0 | 0.19 | 190.23 | 0.57 | 0.55 |
| Hex | 4D | B8 | CE | 3F | B | 0 | 13 | BE | 39 | 37 |
| Octal | 115 | 270 | 316 | 77 | 13 | 0 | 23 | 276 | 71 | 67 |
| Binary | 1001101 | 10111000 | 11001110 | 111111 | 1011 | 0 | 10011 | 10111110 | 111001 | 110111 |
Color Harmonies of #4DB8CE
Complementary color
Monochromatic Colors of #4DB8CE
Black with #4DB8CE
Text Example
Text Example
White with #4DB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB8CE; }
p { color: rgb(77,184,206); }
H1.HeaderClassName
{
color: #4DB8CE;
}
.AnyTagClassName
{
color: #4DB8CE;
}
</style>
background-color css
<style>
a { background-color: #4DB8CE; }
a { background-color: rgb(77,184,206); }
div.DivClassName
{
background-color: #4DB8CE;
}
.BgClassName
{
background-color: #4DB8CE;
}
</style>
border-color css
<style>
span { border-color: #4DB8CE; }
span { border-color: rgb(77,184,206); }
td.TdClassName
{
border-color: #4DB8CE;
}
.TagClassName
{
border-color: #4DB8CE;
}
</style>