Shades of Viking #4ABEC1
Tints of Viking #4ABEC1
RGB
CMYK
RGB Variations
Color information
#4ABEC1 (or 0x4ABEC1) is known color: Viking. HEX triplet: 4A, BE and C1. RGB value is (74,190,193). Sum of RGB (Red+Green+Blue) = 74+190+193=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #4ABEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEC1 is #B5413E. Grayscale: #9B9B9B. Windows color (decimal): -11878719 or 12697162. OLE color: 12697162.
HSL color Cylindrical-coordinate representation of color #4ABEC1: hue angle of 181.51º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ABEC1 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 190 | 193 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.24 |
| HSL | 181.51º | 0.49% | 0.52% | - |
| HSV(B) | 181.51º | 0.62% | 0.76% | - |
| XYZ | 30.86 | 42.13 | 56.96 | - |
| YUV | 155.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 193 | 0.62 | 0.02 | 0 | 0.24 | 181.51 | 0.49 | 0.52 |
| Hex | 4A | BE | C1 | 3E | 2 | 0 | 18 | B6 | 31 | 34 |
| Octal | 112 | 276 | 301 | 76 | 2 | 0 | 30 | 266 | 61 | 64 |
| Binary | 1001010 | 10111110 | 11000001 | 111110 | 10 | 0 | 11000 | 10110110 | 110001 | 110100 |
Color Harmonies of #4ABEC1
Complementary color
Monochromatic Colors of #4ABEC1
Black with #4ABEC1
Text Example
Text Example
White with #4ABEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABEC1; }
p { color: rgb(74,190,193); }
H1.HeaderClassName
{
color: #4ABEC1;
}
.AnyTagClassName
{
color: #4ABEC1;
}
</style>
background-color css
<style>
a { background-color: #4ABEC1; }
a { background-color: rgb(74,190,193); }
div.DivClassName
{
background-color: #4ABEC1;
}
.BgClassName
{
background-color: #4ABEC1;
}
</style>
border-color css
<style>
span { border-color: #4ABEC1; }
span { border-color: rgb(74,190,193); }
td.TdClassName
{
border-color: #4ABEC1;
}
.TagClassName
{
border-color: #4ABEC1;
}
</style>