Shades of Viking #48ACC3
Tints of Viking #48ACC3
RGB
CMYK
RGB Variations
Color information
#48ACC3 (or 0x48ACC3) is known color: Viking. HEX triplet: 48, AC and C3. RGB value is (72,172,195). Sum of RGB (Red+Green+Blue) = 72+172+195=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #48ACC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ACC3 is #B7533C. Grayscale: #909090. Windows color (decimal): -12014397 or 12823624. OLE color: 12823624.
HSL color Cylindrical-coordinate representation of color #48ACC3: hue angle of 191.22º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48ACC3 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 172 | 195 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.24 |
| HSL | 191.22º | 0.51% | 0.52% | - |
| HSV(B) | 191.22º | 0.63% | 0.76% | - |
| XYZ | 27.28 | 34.82 | 56.91 | - |
| YUV | 144.72 | 156.37 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 172 | 195 | 0.63 | 0.12 | 0 | 0.24 | 191.22 | 0.51 | 0.52 |
| Hex | 48 | AC | C3 | 3F | C | 0 | 18 | BF | 33 | 34 |
| Octal | 110 | 254 | 303 | 77 | 14 | 0 | 30 | 277 | 63 | 64 |
| Binary | 1001000 | 10101100 | 11000011 | 111111 | 1100 | 0 | 11000 | 10111111 | 110011 | 110100 |
Color Harmonies of #48ACC3
Complementary color
Monochromatic Colors of #48ACC3
Black with #48ACC3
Text Example
Text Example
White with #48ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ACC3; }
p { color: rgb(72,172,195); }
H1.HeaderClassName
{
color: #48ACC3;
}
.AnyTagClassName
{
color: #48ACC3;
}
</style>
background-color css
<style>
a { background-color: #48ACC3; }
a { background-color: rgb(72,172,195); }
div.DivClassName
{
background-color: #48ACC3;
}
.BgClassName
{
background-color: #48ACC3;
}
</style>
border-color css
<style>
span { border-color: #48ACC3; }
span { border-color: rgb(72,172,195); }
td.TdClassName
{
border-color: #48ACC3;
}
.TagClassName
{
border-color: #48ACC3;
}
</style>