Shades of Viking #48ADBC
Tints of Viking #48ADBC
RGB
CMYK
RGB Variations
Color information
#48ADBC (or 0x48ADBC) is known color: Viking. HEX triplet: 48, AD and BC. RGB value is (72,173,188). Sum of RGB (Red+Green+Blue) = 72+173+188=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #48ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ADBC is #B75243. Grayscale: #909090. Windows color (decimal): -12014148 or 12365128. OLE color: 12365128.
HSL color Cylindrical-coordinate representation of color #48ADBC: hue angle of 187.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48ADBC is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 173 | 188 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.26 |
| HSL | 187.76º | 0.46% | 0.51% | - |
| HSV(B) | 187.76º | 0.62% | 0.74% | - |
| XYZ | 26.69 | 34.9 | 52.91 | - |
| YUV | 144.51 | 152.54 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 173 | 188 | 0.62 | 0.08 | 0 | 0.26 | 187.76 | 0.46 | 0.51 |
| Hex | 48 | AD | BC | 3E | 8 | 0 | 1A | BC | 2E | 33 |
| Octal | 110 | 255 | 274 | 76 | 10 | 0 | 32 | 274 | 56 | 63 |
| Binary | 1001000 | 10101101 | 10111100 | 111110 | 1000 | 0 | 11010 | 10111100 | 101110 | 110011 |
Color Harmonies of #48ADBC
Complementary color
Monochromatic Colors of #48ADBC
Black with #48ADBC
Text Example
Text Example
White with #48ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48ADBC; }
p { color: rgb(72,173,188); }
H1.HeaderClassName
{
color: #48ADBC;
}
.AnyTagClassName
{
color: #48ADBC;
}
</style>
background-color css
<style>
a { background-color: #48ADBC; }
a { background-color: rgb(72,173,188); }
div.DivClassName
{
background-color: #48ADBC;
}
.BgClassName
{
background-color: #48ADBC;
}
</style>
border-color css
<style>
span { border-color: #48ADBC; }
span { border-color: rgb(72,173,188); }
td.TdClassName
{
border-color: #48ADBC;
}
.TagClassName
{
border-color: #48ADBC;
}
</style>