Shades of Viking #4ABECA
Tints of Viking #4ABECA
RGB
CMYK
RGB Variations
Color information
#4ABECA (or 0x4ABECA) is known color: Viking. HEX triplet: 4A, BE and CA. RGB value is (74,190,202). Sum of RGB (Red+Green+Blue) = 74+190+202=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #4ABECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABECA is #B54135. Grayscale: #9C9C9C. Windows color (decimal): -11878710 or 13286986. OLE color: 13286986.
HSL color Cylindrical-coordinate representation of color #4ABECA: hue angle of 185.62º 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 #4ABECA is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 190 | 202 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.21 |
| HSL | 185.63º | 0.55% | 0.54% | - |
| HSV(B) | 185.63º | 0.63% | 0.79% | - |
| XYZ | 31.9 | 42.55 | 62.41 | - |
| YUV | 156.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 202 | 0.63 | 0.06 | 0 | 0.21 | 185.63 | 0.55 | 0.54 |
| Hex | 4A | BE | CA | 3F | 6 | 0 | 15 | BA | 37 | 36 |
| Octal | 112 | 276 | 312 | 77 | 6 | 0 | 25 | 272 | 67 | 66 |
| Binary | 1001010 | 10111110 | 11001010 | 111111 | 110 | 0 | 10101 | 10111010 | 110111 | 110110 |
Color Harmonies of #4ABECA
Complementary color
Monochromatic Colors of #4ABECA
Black with #4ABECA
Text Example
Text Example
White with #4ABECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABECA; }
p { color: rgb(74,190,202); }
H1.HeaderClassName
{
color: #4ABECA;
}
.AnyTagClassName
{
color: #4ABECA;
}
</style>
background-color css
<style>
a { background-color: #4ABECA; }
a { background-color: rgb(74,190,202); }
div.DivClassName
{
background-color: #4ABECA;
}
.BgClassName
{
background-color: #4ABECA;
}
</style>
border-color css
<style>
span { border-color: #4ABECA; }
span { border-color: rgb(74,190,202); }
td.TdClassName
{
border-color: #4ABECA;
}
.TagClassName
{
border-color: #4ABECA;
}
</style>