Shades of Viking #4DB6CD
Tints of Viking #4DB6CD
RGB
CMYK
RGB Variations
Color information
#4DB6CD (or 0x4DB6CD) is known color: Viking. HEX triplet: 4D, B6 and CD. RGB value is (77,182,205). Sum of RGB (Red+Green+Blue) = 77+182+205=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DB6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6CD is #B24932. Grayscale: #999999. Windows color (decimal): -11684147 or 13481549. OLE color: 13481549.
HSL color Cylindrical-coordinate representation of color #4DB6CD: hue angle of 190.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB6CD is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 182 | 205 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.20 |
| HSL | 190.78º | 0.56% | 0.55% | - |
| HSV(B) | 190.78º | 0.62% | 0.8% | - |
| XYZ | 30.81 | 39.44 | 63.75 | - |
| YUV | 153.23 | 157.21 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 205 | 0.62 | 0.11 | 0 | 0.20 | 190.78 | 0.56 | 0.55 |
| Hex | 4D | B6 | CD | 3E | B | 0 | 14 | BF | 38 | 37 |
| Octal | 115 | 266 | 315 | 76 | 13 | 0 | 24 | 277 | 70 | 67 |
| Binary | 1001101 | 10110110 | 11001101 | 111110 | 1011 | 0 | 10100 | 10111111 | 111000 | 110111 |
Color Harmonies of #4DB6CD
Complementary color
Monochromatic Colors of #4DB6CD
Black with #4DB6CD
Text Example
Text Example
White with #4DB6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB6CD; }
p { color: rgb(77,182,205); }
H1.HeaderClassName
{
color: #4DB6CD;
}
.AnyTagClassName
{
color: #4DB6CD;
}
</style>
background-color css
<style>
a { background-color: #4DB6CD; }
a { background-color: rgb(77,182,205); }
div.DivClassName
{
background-color: #4DB6CD;
}
.BgClassName
{
background-color: #4DB6CD;
}
</style>
border-color css
<style>
span { border-color: #4DB6CD; }
span { border-color: rgb(77,182,205); }
td.TdClassName
{
border-color: #4DB6CD;
}
.TagClassName
{
border-color: #4DB6CD;
}
</style>