Shades of Viking #4ABFDB
Tints of Viking #4ABFDB
RGB
CMYK
RGB Variations
Color information
#4ABFDB (or 0x4ABFDB) is known color: Viking. HEX triplet: 4A, BF and DB. RGB value is (74,191,219). Sum of RGB (Red+Green+Blue) = 74+191+219=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ABFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFDB is #B54024. Grayscale: #9E9E9E. Windows color (decimal): -11878437 or 14401354. OLE color: 14401354.
HSL color Cylindrical-coordinate representation of color #4ABFDB: hue angle of 191.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABFDB is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 191 | 219 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.14 |
| HSL | 191.59º | 0.67% | 0.57% | - |
| HSV(B) | 191.59º | 0.66% | 0.86% | - |
| XYZ | 34.24 | 43.83 | 73.67 | - |
| YUV | 159.21 | 161.74 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 219 | 0.66 | 0.13 | 0 | 0.14 | 191.59 | 0.67 | 0.57 |
| Hex | 4A | BF | DB | 42 | D | 0 | E | C0 | 43 | 39 |
| Octal | 112 | 277 | 333 | 102 | 15 | 0 | 16 | 300 | 103 | 71 |
| Binary | 1001010 | 10111111 | 11011011 | 1000010 | 1101 | 0 | 1110 | 11000000 | 1000011 | 111001 |
Color Harmonies of #4ABFDB
Complementary color
Monochromatic Colors of #4ABFDB
Black with #4ABFDB
Text Example
Text Example
White with #4ABFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFDB; }
p { color: rgb(74,191,219); }
H1.HeaderClassName
{
color: #4ABFDB;
}
.AnyTagClassName
{
color: #4ABFDB;
}
</style>
background-color css
<style>
a { background-color: #4ABFDB; }
a { background-color: rgb(74,191,219); }
div.DivClassName
{
background-color: #4ABFDB;
}
.BgClassName
{
background-color: #4ABFDB;
}
</style>
border-color css
<style>
span { border-color: #4ABFDB; }
span { border-color: rgb(74,191,219); }
td.TdClassName
{
border-color: #4ABFDB;
}
.TagClassName
{
border-color: #4ABFDB;
}
</style>