Shades of Viking #48B7C1
Tints of Viking #48B7C1
RGB
CMYK
RGB Variations
Color information
#48B7C1 (or 0x48B7C1) is known color: Viking. HEX triplet: 48, B7 and C1. RGB value is (72,183,193). Sum of RGB (Red+Green+Blue) = 72+183+193=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #48B7C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B7C1 is #B7483E. Grayscale: #969696. Windows color (decimal): -12011583 or 12695368. OLE color: 12695368.
HSL color Cylindrical-coordinate representation of color #48B7C1: hue angle of 184.96º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48B7C1 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 183 | 193 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.24 |
| HSL | 184.96º | 0.49% | 0.52% | - |
| HSV(B) | 184.96º | 0.63% | 0.76% | - |
| XYZ | 29.23 | 39.09 | 56.46 | - |
| YUV | 150.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 193 | 0.63 | 0.05 | 0 | 0.24 | 184.96 | 0.49 | 0.52 |
| Hex | 48 | B7 | C1 | 3F | 5 | 0 | 18 | B9 | 31 | 34 |
| Octal | 110 | 267 | 301 | 77 | 5 | 0 | 30 | 271 | 61 | 64 |
| Binary | 1001000 | 10110111 | 11000001 | 111111 | 101 | 0 | 11000 | 10111001 | 110001 | 110100 |
Color Harmonies of #48B7C1
Complementary color
Monochromatic Colors of #48B7C1
Black with #48B7C1
Text Example
Text Example
White with #48B7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B7C1; }
p { color: rgb(72,183,193); }
H1.HeaderClassName
{
color: #48B7C1;
}
.AnyTagClassName
{
color: #48B7C1;
}
</style>
background-color css
<style>
a { background-color: #48B7C1; }
a { background-color: rgb(72,183,193); }
div.DivClassName
{
background-color: #48B7C1;
}
.BgClassName
{
background-color: #48B7C1;
}
</style>
border-color css
<style>
span { border-color: #48B7C1; }
span { border-color: rgb(72,183,193); }
td.TdClassName
{
border-color: #48B7C1;
}
.TagClassName
{
border-color: #48B7C1;
}
</style>