Shades of Viking #4ABCC3
Tints of Viking #4ABCC3
RGB
CMYK
RGB Variations
Color information
#4ABCC3 (or 0x4ABCC3) is known color: Viking. HEX triplet: 4A, BC and C3. RGB value is (74,188,195). Sum of RGB (Red+Green+Blue) = 74+188+195=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #4ABCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCC3 is #B5433C. Grayscale: #9A9A9A. Windows color (decimal): -11879229 or 12827722. OLE color: 12827722.
HSL color Cylindrical-coordinate representation of color #4ABCC3: hue angle of 183.47º 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 #4ABCC3 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 188 | 195 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.24 |
| HSL | 183.47º | 0.5% | 0.53% | - |
| HSV(B) | 183.47º | 0.62% | 0.76% | - |
| XYZ | 30.66 | 41.36 | 58 | - |
| YUV | 154.71 | 150.73 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 195 | 0.62 | 0.04 | 0 | 0.24 | 183.47 | 0.5 | 0.53 |
| Hex | 4A | BC | C3 | 3E | 4 | 0 | 18 | B7 | 32 | 35 |
| Octal | 112 | 274 | 303 | 76 | 4 | 0 | 30 | 267 | 62 | 65 |
| Binary | 1001010 | 10111100 | 11000011 | 111110 | 100 | 0 | 11000 | 10110111 | 110010 | 110101 |
Color Harmonies of #4ABCC3
Complementary color
Monochromatic Colors of #4ABCC3
Black with #4ABCC3
Text Example
Text Example
White with #4ABCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCC3; }
p { color: rgb(74,188,195); }
H1.HeaderClassName
{
color: #4ABCC3;
}
.AnyTagClassName
{
color: #4ABCC3;
}
</style>
background-color css
<style>
a { background-color: #4ABCC3; }
a { background-color: rgb(74,188,195); }
div.DivClassName
{
background-color: #4ABCC3;
}
.BgClassName
{
background-color: #4ABCC3;
}
</style>
border-color css
<style>
span { border-color: #4ABCC3; }
span { border-color: rgb(74,188,195); }
td.TdClassName
{
border-color: #4ABCC3;
}
.TagClassName
{
border-color: #4ABCC3;
}
</style>