Shades of Viking #48ABC4
Tints of Viking #48ABC4
RGB
CMYK
RGB Variations
Color information
#48ABC4 (or 0x48ABC4) is known color: Viking. HEX triplet: 48, AB and C4. RGB value is (72,171,196). Sum of RGB (Red+Green+Blue) = 72+171+196=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #48ABC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABC4 is #B7543B. Grayscale: #909090. Windows color (decimal): -12014652 or 12888904. OLE color: 12888904.
HSL color Cylindrical-coordinate representation of color #48ABC4: hue angle of 192.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48ABC4 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 171 | 196 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.23 |
| HSL | 192.1º | 0.51% | 0.53% | - |
| HSV(B) | 192.1º | 0.63% | 0.77% | - |
| XYZ | 27.2 | 34.49 | 57.45 | - |
| YUV | 144.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 171 | 196 | 0.63 | 0.13 | 0 | 0.23 | 192.1 | 0.51 | 0.53 |
| Hex | 48 | AB | C4 | 3F | D | 0 | 17 | C0 | 33 | 35 |
| Octal | 110 | 253 | 304 | 77 | 15 | 0 | 27 | 300 | 63 | 65 |
| Binary | 1001000 | 10101011 | 11000100 | 111111 | 1101 | 0 | 10111 | 11000000 | 110011 | 110101 |
Color Harmonies of #48ABC4
Complementary color
Monochromatic Colors of #48ABC4
Black with #48ABC4
Text Example
Text Example
White with #48ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ABC4; }
p { color: rgb(72,171,196); }
H1.HeaderClassName
{
color: #48ABC4;
}
.AnyTagClassName
{
color: #48ABC4;
}
</style>
background-color css
<style>
a { background-color: #48ABC4; }
a { background-color: rgb(72,171,196); }
div.DivClassName
{
background-color: #48ABC4;
}
.BgClassName
{
background-color: #48ABC4;
}
</style>
border-color css
<style>
span { border-color: #48ABC4; }
span { border-color: rgb(72,171,196); }
td.TdClassName
{
border-color: #48ABC4;
}
.TagClassName
{
border-color: #48ABC4;
}
</style>