Shades of Viking #4ABFCC
Tints of Viking #4ABFCC
RGB
CMYK
RGB Variations
Color information
#4ABFCC (or 0x4ABFCC) is known color: Viking. HEX triplet: 4A, BF and CC. RGB value is (74,191,204). Sum of RGB (Red+Green+Blue) = 74+191+204=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ABFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFCC is #B54033. Grayscale: #9D9D9D. Windows color (decimal): -11878452 or 13418314. OLE color: 13418314.
HSL color Cylindrical-coordinate representation of color #4ABFCC: hue angle of 186º degrees, saturation: 0.56, 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 #4ABFCC is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 191 | 204 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.2 |
| HSL | 186º | 0.56% | 0.55% | - |
| HSV(B) | 186º | 0.64% | 0.8% | - |
| XYZ | 32.35 | 43.08 | 63.74 | - |
| YUV | 157.5 | 154.24 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 204 | 0.64 | 0.06 | 0 | 0.2 | 186 | 0.56 | 0.55 |
| Hex | 4A | BF | CC | 40 | 6 | 0 | 14 | BA | 38 | 37 |
| Octal | 112 | 277 | 314 | 100 | 6 | 0 | 24 | 272 | 70 | 67 |
| Binary | 1001010 | 10111111 | 11001100 | 1000000 | 110 | 0 | 10100 | 10111010 | 111000 | 110111 |
Color Harmonies of #4ABFCC
Complementary color
Monochromatic Colors of #4ABFCC
Black with #4ABFCC
Text Example
Text Example
White with #4ABFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFCC; }
p { color: rgb(74,191,204); }
H1.HeaderClassName
{
color: #4ABFCC;
}
.AnyTagClassName
{
color: #4ABFCC;
}
</style>
background-color css
<style>
a { background-color: #4ABFCC; }
a { background-color: rgb(74,191,204); }
div.DivClassName
{
background-color: #4ABFCC;
}
.BgClassName
{
background-color: #4ABFCC;
}
</style>
border-color css
<style>
span { border-color: #4ABFCC; }
span { border-color: rgb(74,191,204); }
td.TdClassName
{
border-color: #4ABFCC;
}
.TagClassName
{
border-color: #4ABFCC;
}
</style>