Shades of Viking #48B7D2
Tints of Viking #48B7D2
RGB
CMYK
RGB Variations
Color information
#48B7D2 (or 0x48B7D2) is known color: Viking. HEX triplet: 48, B7 and D2. RGB value is (72,183,210). Sum of RGB (Red+Green+Blue) = 72+183+210=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #48B7D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B7D2 is #B7482D. Grayscale: #989898. Windows color (decimal): -12011566 or 13809480. OLE color: 13809480.
HSL color Cylindrical-coordinate representation of color #48B7D2: hue angle of 191.74º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48B7D2 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 183 | 210 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.18 |
| HSL | 191.74º | 0.61% | 0.55% | - |
| HSV(B) | 191.74º | 0.66% | 0.82% | - |
| XYZ | 31.24 | 39.9 | 67.03 | - |
| YUV | 152.89 | 160.23 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 183 | 210 | 0.66 | 0.13 | 0 | 0.18 | 191.74 | 0.61 | 0.55 |
| Hex | 48 | B7 | D2 | 42 | D | 0 | 12 | C0 | 3D | 37 |
| Octal | 110 | 267 | 322 | 102 | 15 | 0 | 22 | 300 | 75 | 67 |
| Binary | 1001000 | 10110111 | 11010010 | 1000010 | 1101 | 0 | 10010 | 11000000 | 111101 | 110111 |
Color Harmonies of #48B7D2
Complementary color
Monochromatic Colors of #48B7D2
Black with #48B7D2
Text Example
Text Example
White with #48B7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B7D2; }
p { color: rgb(72,183,210); }
H1.HeaderClassName
{
color: #48B7D2;
}
.AnyTagClassName
{
color: #48B7D2;
}
</style>
background-color css
<style>
a { background-color: #48B7D2; }
a { background-color: rgb(72,183,210); }
div.DivClassName
{
background-color: #48B7D2;
}
.BgClassName
{
background-color: #48B7D2;
}
</style>
border-color css
<style>
span { border-color: #48B7D2; }
span { border-color: rgb(72,183,210); }
td.TdClassName
{
border-color: #48B7D2;
}
.TagClassName
{
border-color: #48B7D2;
}
</style>