Shades of Viking #4AB4CE
Tints of Viking #4AB4CE
RGB
CMYK
RGB Variations
Color information
#4AB4CE (or 0x4AB4CE) is known color: Viking. HEX triplet: 4A, B4 and CE. RGB value is (74,180,206). Sum of RGB (Red+Green+Blue) = 74+180+206=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #4AB4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB4CE is #B54B31. Grayscale: #979797. Windows color (decimal): -11881266 or 13546570. OLE color: 13546570.
HSL color Cylindrical-coordinate representation of color #4AB4CE: hue angle of 191.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AB4CE is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 180 | 206 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.19 |
| HSL | 191.82º | 0.57% | 0.55% | - |
| HSV(B) | 191.82º | 0.64% | 0.81% | - |
| XYZ | 30.29 | 38.55 | 64.24 | - |
| YUV | 151.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 206 | 0.64 | 0.13 | 0 | 0.19 | 191.82 | 0.57 | 0.55 |
| Hex | 4A | B4 | CE | 40 | D | 0 | 13 | C0 | 39 | 37 |
| Octal | 112 | 264 | 316 | 100 | 15 | 0 | 23 | 300 | 71 | 67 |
| Binary | 1001010 | 10110100 | 11001110 | 1000000 | 1101 | 0 | 10011 | 11000000 | 111001 | 110111 |
Color Harmonies of #4AB4CE
Complementary color
Monochromatic Colors of #4AB4CE
Black with #4AB4CE
Text Example
Text Example
White with #4AB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB4CE; }
p { color: rgb(74,180,206); }
H1.HeaderClassName
{
color: #4AB4CE;
}
.AnyTagClassName
{
color: #4AB4CE;
}
</style>
background-color css
<style>
a { background-color: #4AB4CE; }
a { background-color: rgb(74,180,206); }
div.DivClassName
{
background-color: #4AB4CE;
}
.BgClassName
{
background-color: #4AB4CE;
}
</style>
border-color css
<style>
span { border-color: #4AB4CE; }
span { border-color: rgb(74,180,206); }
td.TdClassName
{
border-color: #4AB4CE;
}
.TagClassName
{
border-color: #4AB4CE;
}
</style>