Shades of Viking #48B1C0
Tints of Viking #48B1C0
RGB
CMYK
RGB Variations
Color information
#48B1C0 (or 0x48B1C0) is known color: Viking. HEX triplet: 48, B1 and C0. RGB value is (72,177,192). Sum of RGB (Red+Green+Blue) = 72+177+192=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #48B1C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B1C0 is #B74E3F. Grayscale: #939393. Windows color (decimal): -12013120 or 12628296. OLE color: 12628296.
HSL color Cylindrical-coordinate representation of color #48B1C0: hue angle of 187.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48B1C0 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 177 | 192 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.25 |
| HSL | 187.5º | 0.49% | 0.52% | - |
| HSV(B) | 187.5º | 0.63% | 0.75% | - |
| XYZ | 27.91 | 36.63 | 55.47 | - |
| YUV | 147.32 | 153.21 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 177 | 192 | 0.63 | 0.08 | 0 | 0.25 | 187.5 | 0.49 | 0.52 |
| Hex | 48 | B1 | C0 | 3F | 8 | 0 | 19 | BC | 31 | 34 |
| Octal | 110 | 261 | 300 | 77 | 10 | 0 | 31 | 274 | 61 | 64 |
| Binary | 1001000 | 10110001 | 11000000 | 111111 | 1000 | 0 | 11001 | 10111100 | 110001 | 110100 |
Color Harmonies of #48B1C0
Complementary color
Monochromatic Colors of #48B1C0
Black with #48B1C0
Text Example
Text Example
White with #48B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B1C0; }
p { color: rgb(72,177,192); }
H1.HeaderClassName
{
color: #48B1C0;
}
.AnyTagClassName
{
color: #48B1C0;
}
</style>
background-color css
<style>
a { background-color: #48B1C0; }
a { background-color: rgb(72,177,192); }
div.DivClassName
{
background-color: #48B1C0;
}
.BgClassName
{
background-color: #48B1C0;
}
</style>
border-color css
<style>
span { border-color: #48B1C0; }
span { border-color: rgb(72,177,192); }
td.TdClassName
{
border-color: #48B1C0;
}
.TagClassName
{
border-color: #48B1C0;
}
</style>