Shades of Viking #4ABECD
Tints of Viking #4ABECD
RGB
CMYK
RGB Variations
Color information
#4ABECD (or 0x4ABECD) is known color: Viking. HEX triplet: 4A, BE and CD. RGB value is (74,190,205). Sum of RGB (Red+Green+Blue) = 74+190+205=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #4ABECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABECD is #B54132. Grayscale: #9C9C9C. Windows color (decimal): -11878707 or 13483594. OLE color: 13483594.
HSL color Cylindrical-coordinate representation of color #4ABECD: hue angle of 186.87º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABECD is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 190 | 205 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.20 |
| HSL | 186.87º | 0.57% | 0.55% | - |
| HSV(B) | 186.87º | 0.64% | 0.8% | - |
| XYZ | 32.26 | 42.69 | 64.3 | - |
| YUV | 157.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 205 | 0.64 | 0.07 | 0 | 0.20 | 186.87 | 0.57 | 0.55 |
| Hex | 4A | BE | CD | 40 | 7 | 0 | 14 | BB | 39 | 37 |
| Octal | 112 | 276 | 315 | 100 | 7 | 0 | 24 | 273 | 71 | 67 |
| Binary | 1001010 | 10111110 | 11001101 | 1000000 | 111 | 0 | 10100 | 10111011 | 111001 | 110111 |
Color Harmonies of #4ABECD
Complementary color
Monochromatic Colors of #4ABECD
Black with #4ABECD
Text Example
Text Example
White with #4ABECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABECD; }
p { color: rgb(74,190,205); }
H1.HeaderClassName
{
color: #4ABECD;
}
.AnyTagClassName
{
color: #4ABECD;
}
</style>
background-color css
<style>
a { background-color: #4ABECD; }
a { background-color: rgb(74,190,205); }
div.DivClassName
{
background-color: #4ABECD;
}
.BgClassName
{
background-color: #4ABECD;
}
</style>
border-color css
<style>
span { border-color: #4ABECD; }
span { border-color: rgb(74,190,205); }
td.TdClassName
{
border-color: #4ABECD;
}
.TagClassName
{
border-color: #4ABECD;
}
</style>