Shades of Viking #48BED0
Tints of Viking #48BED0
RGB
CMYK
RGB Variations
Color information
#48BED0 (or 0x48BED0) is known color: Viking. HEX triplet: 48, BE and D0. RGB value is (72,190,208). Sum of RGB (Red+Green+Blue) = 72+190+208=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #48BED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BED0 is #B7412F. Grayscale: #9C9C9C. Windows color (decimal): -12009776 or 13680200. OLE color: 13680200.
HSL color Cylindrical-coordinate representation of color #48BED0: hue angle of 187.94º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BED0 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 190 | 208 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.18 |
| HSL | 187.94º | 0.59% | 0.55% | - |
| HSV(B) | 187.94º | 0.65% | 0.82% | - |
| XYZ | 32.47 | 42.76 | 66.22 | - |
| YUV | 156.77 | 156.91 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 208 | 0.65 | 0.09 | 0 | 0.18 | 187.94 | 0.59 | 0.55 |
| Hex | 48 | BE | D0 | 41 | 9 | 0 | 12 | BC | 3B | 37 |
| Octal | 110 | 276 | 320 | 101 | 11 | 0 | 22 | 274 | 73 | 67 |
| Binary | 1001000 | 10111110 | 11010000 | 1000001 | 1001 | 0 | 10010 | 10111100 | 111011 | 110111 |
Color Harmonies of #48BED0
Complementary color
Monochromatic Colors of #48BED0
Black with #48BED0
Text Example
Text Example
White with #48BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BED0; }
p { color: rgb(72,190,208); }
H1.HeaderClassName
{
color: #48BED0;
}
.AnyTagClassName
{
color: #48BED0;
}
</style>
background-color css
<style>
a { background-color: #48BED0; }
a { background-color: rgb(72,190,208); }
div.DivClassName
{
background-color: #48BED0;
}
.BgClassName
{
background-color: #48BED0;
}
</style>
border-color css
<style>
span { border-color: #48BED0; }
span { border-color: rgb(72,190,208); }
td.TdClassName
{
border-color: #48BED0;
}
.TagClassName
{
border-color: #48BED0;
}
</style>