Shades of Viking #4ABBCB
Tints of Viking #4ABBCB
RGB
CMYK
RGB Variations
Color information
#4ABBCB (or 0x4ABBCB) is known color: Viking. HEX triplet: 4A, BB and CB. RGB value is (74,187,203). Sum of RGB (Red+Green+Blue) = 74+187+203=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #4ABBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBCB is #B54434. Grayscale: #9A9A9A. Windows color (decimal): -11879477 or 13351754. OLE color: 13351754.
HSL color Cylindrical-coordinate representation of color #4ABBCB: hue angle of 187.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABBCB is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 187 | 203 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.20 |
| HSL | 187.44º | 0.55% | 0.54% | - |
| HSV(B) | 187.44º | 0.64% | 0.8% | - |
| XYZ | 31.37 | 41.31 | 62.82 | - |
| YUV | 155.04 | 155.06 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 203 | 0.64 | 0.08 | 0 | 0.20 | 187.44 | 0.55 | 0.54 |
| Hex | 4A | BB | CB | 40 | 8 | 0 | 14 | BB | 37 | 36 |
| Octal | 112 | 273 | 313 | 100 | 10 | 0 | 24 | 273 | 67 | 66 |
| Binary | 1001010 | 10111011 | 11001011 | 1000000 | 1000 | 0 | 10100 | 10111011 | 110111 | 110110 |
Color Harmonies of #4ABBCB
Complementary color
Monochromatic Colors of #4ABBCB
Black with #4ABBCB
Text Example
Text Example
White with #4ABBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBCB; }
p { color: rgb(74,187,203); }
H1.HeaderClassName
{
color: #4ABBCB;
}
.AnyTagClassName
{
color: #4ABBCB;
}
</style>
background-color css
<style>
a { background-color: #4ABBCB; }
a { background-color: rgb(74,187,203); }
div.DivClassName
{
background-color: #4ABBCB;
}
.BgClassName
{
background-color: #4ABBCB;
}
</style>
border-color css
<style>
span { border-color: #4ABBCB; }
span { border-color: rgb(74,187,203); }
td.TdClassName
{
border-color: #4ABBCB;
}
.TagClassName
{
border-color: #4ABBCB;
}
</style>