Shades of Viking #4ABCCD
Tints of Viking #4ABCCD
RGB
CMYK
RGB Variations
Color information
#4ABCCD (or 0x4ABCCD) is known color: Viking. HEX triplet: 4A, BC and CD. RGB value is (74,188,205). Sum of RGB (Red+Green+Blue) = 74+188+205=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #4ABCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCCD is #B54332. Grayscale: #9B9B9B. Windows color (decimal): -11879219 or 13483082. OLE color: 13483082.
HSL color Cylindrical-coordinate representation of color #4ABCCD: hue angle of 187.79º 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 #4ABCCD is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 188 | 205 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.20 |
| HSL | 187.79º | 0.57% | 0.55% | - |
| HSV(B) | 187.79º | 0.64% | 0.8% | - |
| XYZ | 31.83 | 41.83 | 64.15 | - |
| YUV | 155.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 205 | 0.64 | 0.08 | 0 | 0.20 | 187.79 | 0.57 | 0.55 |
| Hex | 4A | BC | CD | 40 | 8 | 0 | 14 | BC | 39 | 37 |
| Octal | 112 | 274 | 315 | 100 | 10 | 0 | 24 | 274 | 71 | 67 |
| Binary | 1001010 | 10111100 | 11001101 | 1000000 | 1000 | 0 | 10100 | 10111100 | 111001 | 110111 |
Color Harmonies of #4ABCCD
Complementary color
Monochromatic Colors of #4ABCCD
Black with #4ABCCD
Text Example
Text Example
White with #4ABCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCCD; }
p { color: rgb(74,188,205); }
H1.HeaderClassName
{
color: #4ABCCD;
}
.AnyTagClassName
{
color: #4ABCCD;
}
</style>
background-color css
<style>
a { background-color: #4ABCCD; }
a { background-color: rgb(74,188,205); }
div.DivClassName
{
background-color: #4ABCCD;
}
.BgClassName
{
background-color: #4ABCCD;
}
</style>
border-color css
<style>
span { border-color: #4ABCCD; }
span { border-color: rgb(74,188,205); }
td.TdClassName
{
border-color: #4ABCCD;
}
.TagClassName
{
border-color: #4ABCCD;
}
</style>