Shades of Viking #4DABCB
Tints of Viking #4DABCB
RGB
CMYK
RGB Variations
Color information
#4DABCB (or 0x4DABCB) is known color: Viking. HEX triplet: 4D, AB and CB. RGB value is (77,171,203). Sum of RGB (Red+Green+Blue) = 77+171+203=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABCB is #B25434. Grayscale: #929292. Windows color (decimal): -11686965 or 13347661. OLE color: 13347661.
HSL color Cylindrical-coordinate representation of color #4DABCB: hue angle of 195.24º degrees, saturation: 0.55, 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 #4DABCB is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 171 | 203 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.20 |
| HSL | 195.24º | 0.55% | 0.55% | - |
| HSV(B) | 195.24º | 0.62% | 0.8% | - |
| XYZ | 28.4 | 35.02 | 61.76 | - |
| YUV | 146.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 203 | 0.62 | 0.16 | 0 | 0.20 | 195.24 | 0.55 | 0.55 |
| Hex | 4D | AB | CB | 3E | 10 | 0 | 14 | C3 | 37 | 37 |
| Octal | 115 | 253 | 313 | 76 | 20 | 0 | 24 | 303 | 67 | 67 |
| Binary | 1001101 | 10101011 | 11001011 | 111110 | 10000 | 0 | 10100 | 11000011 | 110111 | 110111 |
Color Harmonies of #4DABCB
Complementary color
Monochromatic Colors of #4DABCB
Black with #4DABCB
Text Example
Text Example
White with #4DABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABCB; }
p { color: rgb(77,171,203); }
H1.HeaderClassName
{
color: #4DABCB;
}
.AnyTagClassName
{
color: #4DABCB;
}
</style>
background-color css
<style>
a { background-color: #4DABCB; }
a { background-color: rgb(77,171,203); }
div.DivClassName
{
background-color: #4DABCB;
}
.BgClassName
{
background-color: #4DABCB;
}
</style>
border-color css
<style>
span { border-color: #4DABCB; }
span { border-color: rgb(77,171,203); }
td.TdClassName
{
border-color: #4DABCB;
}
.TagClassName
{
border-color: #4DABCB;
}
</style>