Shades of Viking #4ABDDB
Tints of Viking #4ABDDB
RGB
CMYK
RGB Variations
Color information
#4ABDDB (or 0x4ABDDB) is known color: Viking. HEX triplet: 4A, BD and DB. RGB value is (74,189,219). Sum of RGB (Red+Green+Blue) = 74+189+219=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ABDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDDB is #B54224. Grayscale: #9D9D9D. Windows color (decimal): -11878949 or 14400842. OLE color: 14400842.
HSL color Cylindrical-coordinate representation of color #4ABDDB: hue angle of 192.41º 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 #4ABDDB is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 189 | 219 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.14 |
| HSL | 192.41º | 0.67% | 0.57% | - |
| HSV(B) | 192.41º | 0.66% | 0.86% | - |
| XYZ | 33.81 | 42.97 | 73.53 | - |
| YUV | 158.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 219 | 0.66 | 0.14 | 0 | 0.14 | 192.41 | 0.67 | 0.57 |
| Hex | 4A | BD | DB | 42 | E | 0 | E | C0 | 43 | 39 |
| Octal | 112 | 275 | 333 | 102 | 16 | 0 | 16 | 300 | 103 | 71 |
| Binary | 1001010 | 10111101 | 11011011 | 1000010 | 1110 | 0 | 1110 | 11000000 | 1000011 | 111001 |
Color Harmonies of #4ABDDB
Complementary color
Monochromatic Colors of #4ABDDB
Black with #4ABDDB
Text Example
Text Example
White with #4ABDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDDB; }
p { color: rgb(74,189,219); }
H1.HeaderClassName
{
color: #4ABDDB;
}
.AnyTagClassName
{
color: #4ABDDB;
}
</style>
background-color css
<style>
a { background-color: #4ABDDB; }
a { background-color: rgb(74,189,219); }
div.DivClassName
{
background-color: #4ABDDB;
}
.BgClassName
{
background-color: #4ABDDB;
}
</style>
border-color css
<style>
span { border-color: #4ABDDB; }
span { border-color: rgb(74,189,219); }
td.TdClassName
{
border-color: #4ABDDB;
}
.TagClassName
{
border-color: #4ABDDB;
}
</style>