Shades of Viking #48ACC4
Tints of Viking #48ACC4
RGB
CMYK
RGB Variations
Color information
#48ACC4 (or 0x48ACC4) is known color: Viking. HEX triplet: 48, AC and C4. RGB value is (72,172,196). Sum of RGB (Red+Green+Blue) = 72+172+196=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #48ACC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ACC4 is #B7533B. Grayscale: #909090. Windows color (decimal): -12014396 or 12889160. OLE color: 12889160.
HSL color Cylindrical-coordinate representation of color #48ACC4: hue angle of 191.61º 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 #48ACC4 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 172 | 196 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.23 |
| HSL | 191.61º | 0.51% | 0.53% | - |
| HSV(B) | 191.61º | 0.63% | 0.77% | - |
| XYZ | 27.39 | 34.87 | 57.51 | - |
| YUV | 144.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 172 | 196 | 0.63 | 0.12 | 0 | 0.23 | 191.61 | 0.51 | 0.53 |
| Hex | 48 | AC | C4 | 3F | C | 0 | 17 | C0 | 33 | 35 |
| Octal | 110 | 254 | 304 | 77 | 14 | 0 | 27 | 300 | 63 | 65 |
| Binary | 1001000 | 10101100 | 11000100 | 111111 | 1100 | 0 | 10111 | 11000000 | 110011 | 110101 |
Color Harmonies of #48ACC4
Complementary color
Monochromatic Colors of #48ACC4
Black with #48ACC4
Text Example
Text Example
White with #48ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ACC4; }
p { color: rgb(72,172,196); }
H1.HeaderClassName
{
color: #48ACC4;
}
.AnyTagClassName
{
color: #48ACC4;
}
</style>
background-color css
<style>
a { background-color: #48ACC4; }
a { background-color: rgb(72,172,196); }
div.DivClassName
{
background-color: #48ACC4;
}
.BgClassName
{
background-color: #48ACC4;
}
</style>
border-color css
<style>
span { border-color: #48ACC4; }
span { border-color: rgb(72,172,196); }
td.TdClassName
{
border-color: #48ACC4;
}
.TagClassName
{
border-color: #48ACC4;
}
</style>