Shades of Viking #4ABBC3
Tints of Viking #4ABBC3
RGB
CMYK
RGB Variations
Color information
#4ABBC3 (or 0x4ABBC3) is known color: Viking. HEX triplet: 4A, BB and C3. RGB value is (74,187,195). Sum of RGB (Red+Green+Blue) = 74+187+195=456 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.23% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #4ABBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBC3 is #B5443C. Grayscale: #999999. Windows color (decimal): -11879485 or 12827466. OLE color: 12827466.
HSL color Cylindrical-coordinate representation of color #4ABBC3: hue angle of 183.97º 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 #4ABBC3 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 187 | 195 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.24 |
| HSL | 183.97º | 0.5% | 0.53% | - |
| HSV(B) | 183.97º | 0.62% | 0.76% | - |
| XYZ | 30.44 | 40.94 | 57.93 | - |
| YUV | 154.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 195 | 0.62 | 0.04 | 0 | 0.24 | 183.97 | 0.5 | 0.53 |
| Hex | 4A | BB | C3 | 3E | 4 | 0 | 18 | B8 | 32 | 35 |
| Octal | 112 | 273 | 303 | 76 | 4 | 0 | 30 | 270 | 62 | 65 |
| Binary | 1001010 | 10111011 | 11000011 | 111110 | 100 | 0 | 11000 | 10111000 | 110010 | 110101 |
Color Harmonies of #4ABBC3
Complementary color
Monochromatic Colors of #4ABBC3
Black with #4ABBC3
Text Example
Text Example
White with #4ABBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBC3; }
p { color: rgb(74,187,195); }
H1.HeaderClassName
{
color: #4ABBC3;
}
.AnyTagClassName
{
color: #4ABBC3;
}
</style>
background-color css
<style>
a { background-color: #4ABBC3; }
a { background-color: rgb(74,187,195); }
div.DivClassName
{
background-color: #4ABBC3;
}
.BgClassName
{
background-color: #4ABBC3;
}
</style>
border-color css
<style>
span { border-color: #4ABBC3; }
span { border-color: rgb(74,187,195); }
td.TdClassName
{
border-color: #4ABBC3;
}
.TagClassName
{
border-color: #4ABBC3;
}
</style>