Shades of Viking #4AB2C2
Tints of Viking #4AB2C2
RGB
CMYK
RGB Variations
Color information
#4AB2C2 (or 0x4AB2C2) is known color: Viking. HEX triplet: 4A, B2 and C2. RGB value is (74,178,194). Sum of RGB (Red+Green+Blue) = 74+178+194=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #4AB2C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB2C2 is #B54D3D. Grayscale: #949494. Windows color (decimal): -11881790 or 12759626. OLE color: 12759626.
HSL color Cylindrical-coordinate representation of color #4AB2C2: hue angle of 188º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AB2C2 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 178 | 194 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.24 |
| HSL | 188º | 0.5% | 0.53% | - |
| HSV(B) | 188º | 0.62% | 0.76% | - |
| XYZ | 28.48 | 37.19 | 56.72 | - |
| YUV | 148.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 194 | 0.62 | 0.08 | 0 | 0.24 | 188 | 0.5 | 0.53 |
| Hex | 4A | B2 | C2 | 3E | 8 | 0 | 18 | BC | 32 | 35 |
| Octal | 112 | 262 | 302 | 76 | 10 | 0 | 30 | 274 | 62 | 65 |
| Binary | 1001010 | 10110010 | 11000010 | 111110 | 1000 | 0 | 11000 | 10111100 | 110010 | 110101 |
Color Harmonies of #4AB2C2
Complementary color
Monochromatic Colors of #4AB2C2
Black with #4AB2C2
Text Example
Text Example
White with #4AB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB2C2; }
p { color: rgb(74,178,194); }
H1.HeaderClassName
{
color: #4AB2C2;
}
.AnyTagClassName
{
color: #4AB2C2;
}
</style>
background-color css
<style>
a { background-color: #4AB2C2; }
a { background-color: rgb(74,178,194); }
div.DivClassName
{
background-color: #4AB2C2;
}
.BgClassName
{
background-color: #4AB2C2;
}
</style>
border-color css
<style>
span { border-color: #4AB2C2; }
span { border-color: rgb(74,178,194); }
td.TdClassName
{
border-color: #4AB2C2;
}
.TagClassName
{
border-color: #4AB2C2;
}
</style>