Shades of Viking #48BED7
Tints of Viking #48BED7
RGB
CMYK
RGB Variations
Color information
#48BED7 (or 0x48BED7) is known color: Viking. HEX triplet: 48, BE and D7. RGB value is (72,190,215). Sum of RGB (Red+Green+Blue) = 72+190+215=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #48BED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BED7 is #B74128. Grayscale: #9D9D9D. Windows color (decimal): -12009769 or 14138952. OLE color: 14138952.
HSL color Cylindrical-coordinate representation of color #48BED7: hue angle of 190.49º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BED7 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 190 | 215 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.16 |
| HSL | 190.49º | 0.64% | 0.56% | - |
| HSV(B) | 190.49º | 0.67% | 0.84% | - |
| XYZ | 33.35 | 43.11 | 70.85 | - |
| YUV | 157.57 | 160.41 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 215 | 0.67 | 0.12 | 0 | 0.16 | 190.49 | 0.64 | 0.56 |
| Hex | 48 | BE | D7 | 43 | C | 0 | 10 | BE | 40 | 38 |
| Octal | 110 | 276 | 327 | 103 | 14 | 0 | 20 | 276 | 100 | 70 |
| Binary | 1001000 | 10111110 | 11010111 | 1000011 | 1100 | 0 | 10000 | 10111110 | 1000000 | 111000 |
Color Harmonies of #48BED7
Complementary color
Monochromatic Colors of #48BED7
Black with #48BED7
Text Example
Text Example
White with #48BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BED7; }
p { color: rgb(72,190,215); }
H1.HeaderClassName
{
color: #48BED7;
}
.AnyTagClassName
{
color: #48BED7;
}
</style>
background-color css
<style>
a { background-color: #48BED7; }
a { background-color: rgb(72,190,215); }
div.DivClassName
{
background-color: #48BED7;
}
.BgClassName
{
background-color: #48BED7;
}
</style>
border-color css
<style>
span { border-color: #48BED7; }
span { border-color: rgb(72,190,215); }
td.TdClassName
{
border-color: #48BED7;
}
.TagClassName
{
border-color: #48BED7;
}
</style>