Shades of Viking #4ABCBD
Tints of Viking #4ABCBD
RGB
CMYK
RGB Variations
Color information
#4ABCBD (or 0x4ABCBD) is known color: Viking. HEX triplet: 4A, BC and BD. RGB value is (74,188,189). Sum of RGB (Red+Green+Blue) = 74+188+189=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #4ABCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCBD is #B54342. Grayscale: #999999. Windows color (decimal): -11879235 or 12434506. OLE color: 12434506.
HSL color Cylindrical-coordinate representation of color #4ABCBD: hue angle of 180.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCBD is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 189 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.26 |
| HSL | 180.52º | 0.47% | 0.52% | - |
| HSV(B) | 180.52º | 0.61% | 0.74% | - |
| XYZ | 29.99 | 41.1 | 54.5 | - |
| YUV | 154.03 | 147.73 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 189 | 0.61 | 0.01 | 0 | 0.26 | 180.52 | 0.47 | 0.52 |
| Hex | 4A | BC | BD | 3D | 1 | 0 | 1A | B5 | 2F | 34 |
| Octal | 112 | 274 | 275 | 75 | 1 | 0 | 32 | 265 | 57 | 64 |
| Binary | 1001010 | 10111100 | 10111101 | 111101 | 1 | 0 | 11010 | 10110101 | 101111 | 110100 |
Color Harmonies of #4ABCBD
Complementary color
Monochromatic Colors of #4ABCBD
Black with #4ABCBD
Text Example
Text Example
White with #4ABCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCBD; }
p { color: rgb(74,188,189); }
H1.HeaderClassName
{
color: #4ABCBD;
}
.AnyTagClassName
{
color: #4ABCBD;
}
</style>
background-color css
<style>
a { background-color: #4ABCBD; }
a { background-color: rgb(74,188,189); }
div.DivClassName
{
background-color: #4ABCBD;
}
.BgClassName
{
background-color: #4ABCBD;
}
</style>
border-color css
<style>
span { border-color: #4ABCBD; }
span { border-color: rgb(74,188,189); }
td.TdClassName
{
border-color: #4ABCBD;
}
.TagClassName
{
border-color: #4ABCBD;
}
</style>