Shades of Viking #4ABECB
Tints of Viking #4ABECB
RGB
CMYK
RGB Variations
Color information
#4ABECB (or 0x4ABECB) is known color: Viking. HEX triplet: 4A, BE and CB. RGB value is (74,190,203). Sum of RGB (Red+Green+Blue) = 74+190+203=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #4ABECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABECB is #B54134. Grayscale: #9C9C9C. Windows color (decimal): -11878709 or 13352522. OLE color: 13352522.
HSL color Cylindrical-coordinate representation of color #4ABECB: hue angle of 186.05º 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 #4ABECB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 190 | 203 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.20 |
| HSL | 186.05º | 0.55% | 0.54% | - |
| HSV(B) | 186.05º | 0.64% | 0.8% | - |
| XYZ | 32.02 | 42.59 | 63.03 | - |
| YUV | 156.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 203 | 0.64 | 0.06 | 0 | 0.20 | 186.05 | 0.55 | 0.54 |
| Hex | 4A | BE | CB | 40 | 6 | 0 | 14 | BA | 37 | 36 |
| Octal | 112 | 276 | 313 | 100 | 6 | 0 | 24 | 272 | 67 | 66 |
| Binary | 1001010 | 10111110 | 11001011 | 1000000 | 110 | 0 | 10100 | 10111010 | 110111 | 110110 |
Color Harmonies of #4ABECB
Complementary color
Monochromatic Colors of #4ABECB
Black with #4ABECB
Text Example
Text Example
White with #4ABECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABECB; }
p { color: rgb(74,190,203); }
H1.HeaderClassName
{
color: #4ABECB;
}
.AnyTagClassName
{
color: #4ABECB;
}
</style>
background-color css
<style>
a { background-color: #4ABECB; }
a { background-color: rgb(74,190,203); }
div.DivClassName
{
background-color: #4ABECB;
}
.BgClassName
{
background-color: #4ABECB;
}
</style>
border-color css
<style>
span { border-color: #4ABECB; }
span { border-color: rgb(74,190,203); }
td.TdClassName
{
border-color: #4ABECB;
}
.TagClassName
{
border-color: #4ABECB;
}
</style>