Shades of Viking #48ADC8
Tints of Viking #48ADC8
RGB
CMYK
RGB Variations
Color information
#48ADC8 (or 0x48ADC8) is known color: Viking. HEX triplet: 48, AD and C8. RGB value is (72,173,200). Sum of RGB (Red+Green+Blue) = 72+173+200=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #48ADC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADC8 is #B75237. Grayscale: #919191. Windows color (decimal): -12014136 or 13151560. OLE color: 13151560.
HSL color Cylindrical-coordinate representation of color #48ADC8: hue angle of 192.66º degrees, saturation: 0.54, 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 #48ADC8 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 173 | 200 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.22 |
| HSL | 192.66º | 0.54% | 0.53% | - |
| HSV(B) | 192.66º | 0.64% | 0.78% | - |
| XYZ | 28.04 | 35.43 | 60.01 | - |
| YUV | 145.88 | 158.54 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 200 | 0.64 | 0.14 | 0 | 0.22 | 192.66 | 0.54 | 0.53 |
| Hex | 48 | AD | C8 | 40 | E | 0 | 16 | C1 | 36 | 35 |
| Octal | 110 | 255 | 310 | 100 | 16 | 0 | 26 | 301 | 66 | 65 |
| Binary | 1001000 | 10101101 | 11001000 | 1000000 | 1110 | 0 | 10110 | 11000001 | 110110 | 110101 |
Color Harmonies of #48ADC8
Complementary color
Monochromatic Colors of #48ADC8
Black with #48ADC8
Text Example
Text Example
White with #48ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADC8; }
p { color: rgb(72,173,200); }
H1.HeaderClassName
{
color: #48ADC8;
}
.AnyTagClassName
{
color: #48ADC8;
}
</style>
background-color css
<style>
a { background-color: #48ADC8; }
a { background-color: rgb(72,173,200); }
div.DivClassName
{
background-color: #48ADC8;
}
.BgClassName
{
background-color: #48ADC8;
}
</style>
border-color css
<style>
span { border-color: #48ADC8; }
span { border-color: rgb(72,173,200); }
td.TdClassName
{
border-color: #48ADC8;
}
.TagClassName
{
border-color: #48ADC8;
}
</style>