Shades of Viking #4DABCA
Tints of Viking #4DABCA
RGB
CMYK
RGB Variations
Color information
#4DABCA (or 0x4DABCA) is known color: Viking. HEX triplet: 4D, AB and CA. RGB value is (77,171,202). Sum of RGB (Red+Green+Blue) = 77+171+202=450 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABCA is #B25435. Grayscale: #929292. Windows color (decimal): -11686966 or 13282125. OLE color: 13282125.
HSL color Cylindrical-coordinate representation of color #4DABCA: hue angle of 194.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DABCA is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 171 | 202 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.21 |
| HSL | 194.88º | 0.54% | 0.55% | - |
| HSV(B) | 194.88º | 0.62% | 0.79% | - |
| XYZ | 28.28 | 34.97 | 61.14 | - |
| YUV | 146.43 | 159.36 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 202 | 0.62 | 0.15 | 0 | 0.21 | 194.88 | 0.54 | 0.55 |
| Hex | 4D | AB | CA | 3E | F | 0 | 15 | C3 | 36 | 37 |
| Octal | 115 | 253 | 312 | 76 | 17 | 0 | 25 | 303 | 66 | 67 |
| Binary | 1001101 | 10101011 | 11001010 | 111110 | 1111 | 0 | 10101 | 11000011 | 110110 | 110111 |
Color Harmonies of #4DABCA
Complementary color
Monochromatic Colors of #4DABCA
Black with #4DABCA
Text Example
Text Example
White with #4DABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABCA; }
p { color: rgb(77,171,202); }
H1.HeaderClassName
{
color: #4DABCA;
}
.AnyTagClassName
{
color: #4DABCA;
}
</style>
background-color css
<style>
a { background-color: #4DABCA; }
a { background-color: rgb(77,171,202); }
div.DivClassName
{
background-color: #4DABCA;
}
.BgClassName
{
background-color: #4DABCA;
}
</style>
border-color css
<style>
span { border-color: #4DABCA; }
span { border-color: rgb(77,171,202); }
td.TdClassName
{
border-color: #4DABCA;
}
.TagClassName
{
border-color: #4DABCA;
}
</style>