Shades of Viking #4DA9CA
Tints of Viking #4DA9CA
RGB
CMYK
RGB Variations
Color information
#4DA9CA (or 0x4DA9CA) is known color: Viking. HEX triplet: 4D, A9 and CA. RGB value is (77,169,202). Sum of RGB (Red+Green+Blue) = 77+169+202=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DA9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA9CA is #B25635. Grayscale: #919191. Windows color (decimal): -11687478 or 13281613. OLE color: 13281613.
HSL color Cylindrical-coordinate representation of color #4DA9CA: hue angle of 195.84º 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 #4DA9CA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 169 | 202 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.21 |
| HSL | 195.84º | 0.54% | 0.55% | - |
| HSV(B) | 195.84º | 0.62% | 0.79% | - |
| XYZ | 27.91 | 34.22 | 61.01 | - |
| YUV | 145.25 | 160.02 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 169 | 202 | 0.62 | 0.16 | 0 | 0.21 | 195.84 | 0.54 | 0.55 |
| Hex | 4D | A9 | CA | 3E | 10 | 0 | 15 | C4 | 36 | 37 |
| Octal | 115 | 251 | 312 | 76 | 20 | 0 | 25 | 304 | 66 | 67 |
| Binary | 1001101 | 10101001 | 11001010 | 111110 | 10000 | 0 | 10101 | 11000100 | 110110 | 110111 |
Color Harmonies of #4DA9CA
Complementary color
Monochromatic Colors of #4DA9CA
Black with #4DA9CA
Text Example
Text Example
White with #4DA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA9CA; }
p { color: rgb(77,169,202); }
H1.HeaderClassName
{
color: #4DA9CA;
}
.AnyTagClassName
{
color: #4DA9CA;
}
</style>
background-color css
<style>
a { background-color: #4DA9CA; }
a { background-color: rgb(77,169,202); }
div.DivClassName
{
background-color: #4DA9CA;
}
.BgClassName
{
background-color: #4DA9CA;
}
</style>
border-color css
<style>
span { border-color: #4DA9CA; }
span { border-color: rgb(77,169,202); }
td.TdClassName
{
border-color: #4DA9CA;
}
.TagClassName
{
border-color: #4DA9CA;
}
</style>