Shades of Viking #48ADC7
Tints of Viking #48ADC7
RGB
CMYK
RGB Variations
Color information
#48ADC7 (or 0x48ADC7) is known color: Viking. HEX triplet: 48, AD and C7. RGB value is (72,173,199). Sum of RGB (Red+Green+Blue) = 72+173+199=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #48ADC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADC7 is #B75238. Grayscale: #919191. Windows color (decimal): -12014137 or 13086024. OLE color: 13086024.
HSL color Cylindrical-coordinate representation of color #48ADC7: hue angle of 192.28º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48ADC7 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 173 | 199 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.22 |
| HSL | 192.28º | 0.53% | 0.53% | - |
| HSV(B) | 192.28º | 0.64% | 0.78% | - |
| XYZ | 27.92 | 35.39 | 59.39 | - |
| YUV | 145.77 | 158.04 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 199 | 0.64 | 0.13 | 0 | 0.22 | 192.28 | 0.53 | 0.53 |
| Hex | 48 | AD | C7 | 40 | D | 0 | 16 | C0 | 35 | 35 |
| Octal | 110 | 255 | 307 | 100 | 15 | 0 | 26 | 300 | 65 | 65 |
| Binary | 1001000 | 10101101 | 11000111 | 1000000 | 1101 | 0 | 10110 | 11000000 | 110101 | 110101 |
Color Harmonies of #48ADC7
Complementary color
Monochromatic Colors of #48ADC7
Black with #48ADC7
Text Example
Text Example
White with #48ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADC7; }
p { color: rgb(72,173,199); }
H1.HeaderClassName
{
color: #48ADC7;
}
.AnyTagClassName
{
color: #48ADC7;
}
</style>
background-color css
<style>
a { background-color: #48ADC7; }
a { background-color: rgb(72,173,199); }
div.DivClassName
{
background-color: #48ADC7;
}
.BgClassName
{
background-color: #48ADC7;
}
</style>
border-color css
<style>
span { border-color: #48ADC7; }
span { border-color: rgb(72,173,199); }
td.TdClassName
{
border-color: #48ADC7;
}
.TagClassName
{
border-color: #48ADC7;
}
</style>