Shades of Viking #4AC0DA
Tints of Viking #4AC0DA
RGB
CMYK
RGB Variations
Color information
#4AC0DA (or 0x4AC0DA) is known color: Viking. HEX triplet: 4A, C0 and DA. RGB value is (74,192,218). Sum of RGB (Red+Green+Blue) = 74+192+218=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #4AC0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC0DA is #B53F25. Grayscale: #9F9F9F. Windows color (decimal): -11878182 or 14336074. OLE color: 14336074.
HSL color Cylindrical-coordinate representation of color #4AC0DA: hue angle of 190.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AC0DA is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 192 | 218 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.15 |
| HSL | 190.83º | 0.66% | 0.57% | - |
| HSV(B) | 190.83º | 0.66% | 0.85% | - |
| XYZ | 34.33 | 44.22 | 73.06 | - |
| YUV | 159.68 | 160.91 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 218 | 0.66 | 0.12 | 0 | 0.15 | 190.83 | 0.66 | 0.57 |
| Hex | 4A | C0 | DA | 42 | C | 0 | F | BF | 42 | 39 |
| Octal | 112 | 300 | 332 | 102 | 14 | 0 | 17 | 277 | 102 | 71 |
| Binary | 1001010 | 11000000 | 11011010 | 1000010 | 1100 | 0 | 1111 | 10111111 | 1000010 | 111001 |
Color Harmonies of #4AC0DA
Complementary color
Monochromatic Colors of #4AC0DA
Black with #4AC0DA
Text Example
Text Example
White with #4AC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC0DA; }
p { color: rgb(74,192,218); }
H1.HeaderClassName
{
color: #4AC0DA;
}
.AnyTagClassName
{
color: #4AC0DA;
}
</style>
background-color css
<style>
a { background-color: #4AC0DA; }
a { background-color: rgb(74,192,218); }
div.DivClassName
{
background-color: #4AC0DA;
}
.BgClassName
{
background-color: #4AC0DA;
}
</style>
border-color css
<style>
span { border-color: #4AC0DA; }
span { border-color: rgb(74,192,218); }
td.TdClassName
{
border-color: #4AC0DA;
}
.TagClassName
{
border-color: #4AC0DA;
}
</style>