Shades of Viking #4ABCCA
Tints of Viking #4ABCCA
RGB
CMYK
RGB Variations
Color information
#4ABCCA (or 0x4ABCCA) is known color: Viking. HEX triplet: 4A, BC and CA. RGB value is (74,188,202). Sum of RGB (Red+Green+Blue) = 74+188+202=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #4ABCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCCA is #B54335. Grayscale: #9B9B9B. Windows color (decimal): -11879222 or 13286474. OLE color: 13286474.
HSL color Cylindrical-coordinate representation of color #4ABCCA: hue angle of 186.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ABCCA is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 188 | 202 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.21 |
| HSL | 186.56º | 0.55% | 0.54% | - |
| HSV(B) | 186.56º | 0.63% | 0.79% | - |
| XYZ | 31.47 | 41.69 | 62.26 | - |
| YUV | 155.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 202 | 0.63 | 0.07 | 0 | 0.21 | 186.56 | 0.55 | 0.54 |
| Hex | 4A | BC | CA | 3F | 7 | 0 | 15 | BB | 37 | 36 |
| Octal | 112 | 274 | 312 | 77 | 7 | 0 | 25 | 273 | 67 | 66 |
| Binary | 1001010 | 10111100 | 11001010 | 111111 | 111 | 0 | 10101 | 10111011 | 110111 | 110110 |
Color Harmonies of #4ABCCA
Complementary color
Monochromatic Colors of #4ABCCA
Black with #4ABCCA
Text Example
Text Example
White with #4ABCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCCA; }
p { color: rgb(74,188,202); }
H1.HeaderClassName
{
color: #4ABCCA;
}
.AnyTagClassName
{
color: #4ABCCA;
}
</style>
background-color css
<style>
a { background-color: #4ABCCA; }
a { background-color: rgb(74,188,202); }
div.DivClassName
{
background-color: #4ABCCA;
}
.BgClassName
{
background-color: #4ABCCA;
}
</style>
border-color css
<style>
span { border-color: #4ABCCA; }
span { border-color: rgb(74,188,202); }
td.TdClassName
{
border-color: #4ABCCA;
}
.TagClassName
{
border-color: #4ABCCA;
}
</style>