Shades of Viking #48ADC9
Tints of Viking #48ADC9
RGB
CMYK
RGB Variations
Color information
#48ADC9 (or 0x48ADC9) is known color: Viking. HEX triplet: 48, AD and C9. RGB value is (72,173,201). Sum of RGB (Red+Green+Blue) = 72+173+201=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #48ADC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADC9 is #B75236. Grayscale: #919191. Windows color (decimal): -12014135 or 13217096. OLE color: 13217096.
HSL color Cylindrical-coordinate representation of color #48ADC9: hue angle of 193.02º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48ADC9 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 173 | 201 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.21 |
| HSL | 193.02º | 0.54% | 0.54% | - |
| HSV(B) | 193.02º | 0.64% | 0.79% | - |
| XYZ | 28.16 | 35.48 | 60.62 | - |
| YUV | 145.99 | 159.04 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 201 | 0.64 | 0.14 | 0 | 0.21 | 193.02 | 0.54 | 0.54 |
| Hex | 48 | AD | C9 | 40 | E | 0 | 15 | C1 | 36 | 36 |
| Octal | 110 | 255 | 311 | 100 | 16 | 0 | 25 | 301 | 66 | 66 |
| Binary | 1001000 | 10101101 | 11001001 | 1000000 | 1110 | 0 | 10101 | 11000001 | 110110 | 110110 |
Color Harmonies of #48ADC9
Complementary color
Monochromatic Colors of #48ADC9
Black with #48ADC9
Text Example
Text Example
White with #48ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADC9; }
p { color: rgb(72,173,201); }
H1.HeaderClassName
{
color: #48ADC9;
}
.AnyTagClassName
{
color: #48ADC9;
}
</style>
background-color css
<style>
a { background-color: #48ADC9; }
a { background-color: rgb(72,173,201); }
div.DivClassName
{
background-color: #48ADC9;
}
.BgClassName
{
background-color: #48ADC9;
}
</style>
border-color css
<style>
span { border-color: #48ADC9; }
span { border-color: rgb(72,173,201); }
td.TdClassName
{
border-color: #48ADC9;
}
.TagClassName
{
border-color: #48ADC9;
}
</style>