Shades of Viking #4ABFCE
Tints of Viking #4ABFCE
RGB
CMYK
RGB Variations
Color information
#4ABFCE (or 0x4ABFCE) is known color: Viking. HEX triplet: 4A, BF and CE. RGB value is (74,191,206). Sum of RGB (Red+Green+Blue) = 74+191+206=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ABFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFCE is #B54031. Grayscale: #9D9D9D. Windows color (decimal): -11878450 or 13549386. OLE color: 13549386.
HSL color Cylindrical-coordinate representation of color #4ABFCE: hue angle of 186.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABFCE is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 191 | 206 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.19 |
| HSL | 186.82º | 0.57% | 0.55% | - |
| HSV(B) | 186.82º | 0.64% | 0.81% | - |
| XYZ | 32.6 | 43.17 | 65.01 | - |
| YUV | 157.73 | 155.24 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 206 | 0.64 | 0.07 | 0 | 0.19 | 186.82 | 0.57 | 0.55 |
| Hex | 4A | BF | CE | 40 | 7 | 0 | 13 | BB | 39 | 37 |
| Octal | 112 | 277 | 316 | 100 | 7 | 0 | 23 | 273 | 71 | 67 |
| Binary | 1001010 | 10111111 | 11001110 | 1000000 | 111 | 0 | 10011 | 10111011 | 111001 | 110111 |
Color Harmonies of #4ABFCE
Complementary color
Monochromatic Colors of #4ABFCE
Black with #4ABFCE
Text Example
Text Example
White with #4ABFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFCE; }
p { color: rgb(74,191,206); }
H1.HeaderClassName
{
color: #4ABFCE;
}
.AnyTagClassName
{
color: #4ABFCE;
}
</style>
background-color css
<style>
a { background-color: #4ABFCE; }
a { background-color: rgb(74,191,206); }
div.DivClassName
{
background-color: #4ABFCE;
}
.BgClassName
{
background-color: #4ABFCE;
}
</style>
border-color css
<style>
span { border-color: #4ABFCE; }
span { border-color: rgb(74,191,206); }
td.TdClassName
{
border-color: #4ABFCE;
}
.TagClassName
{
border-color: #4ABFCE;
}
</style>