Shades of Viking #4ABBBD
Tints of Viking #4ABBBD
RGB
CMYK
RGB Variations
Color information
#4ABBBD (or 0x4ABBBD) is known color: Viking. HEX triplet: 4A, BB and BD. RGB value is (74,187,189). Sum of RGB (Red+Green+Blue) = 74+187+189=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #4ABBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBBD is #B54442. Grayscale: #999999. Windows color (decimal): -11879491 or 12434250. OLE color: 12434250.
HSL color Cylindrical-coordinate representation of color #4ABBBD: hue angle of 181.04º 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 #4ABBBD is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 187 | 189 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.26 |
| HSL | 181.04º | 0.47% | 0.52% | - |
| HSV(B) | 181.04º | 0.61% | 0.74% | - |
| XYZ | 29.78 | 40.67 | 54.42 | - |
| YUV | 153.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 189 | 0.61 | 0.01 | 0 | 0.26 | 181.04 | 0.47 | 0.52 |
| Hex | 4A | BB | BD | 3D | 1 | 0 | 1A | B5 | 2F | 34 |
| Octal | 112 | 273 | 275 | 75 | 1 | 0 | 32 | 265 | 57 | 64 |
| Binary | 1001010 | 10111011 | 10111101 | 111101 | 1 | 0 | 11010 | 10110101 | 101111 | 110100 |
Color Harmonies of #4ABBBD
Complementary color
Monochromatic Colors of #4ABBBD
Black with #4ABBBD
Text Example
Text Example
White with #4ABBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBBD; }
p { color: rgb(74,187,189); }
H1.HeaderClassName
{
color: #4ABBBD;
}
.AnyTagClassName
{
color: #4ABBBD;
}
</style>
background-color css
<style>
a { background-color: #4ABBBD; }
a { background-color: rgb(74,187,189); }
div.DivClassName
{
background-color: #4ABBBD;
}
.BgClassName
{
background-color: #4ABBBD;
}
</style>
border-color css
<style>
span { border-color: #4ABBBD; }
span { border-color: rgb(74,187,189); }
td.TdClassName
{
border-color: #4ABBBD;
}
.TagClassName
{
border-color: #4ABBBD;
}
</style>