Shades of Viking #48BEDA
Tints of Viking #48BEDA
RGB
CMYK
RGB Variations
Color information
#48BEDA (or 0x48BEDA) is known color: Viking. HEX triplet: 48, BE and DA. RGB value is (72,190,218). Sum of RGB (Red+Green+Blue) = 72+190+218=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #48BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BEDA is #B74125. Grayscale: #9D9D9D. Windows color (decimal): -12009766 or 14335560. OLE color: 14335560.
HSL color Cylindrical-coordinate representation of color #48BEDA: hue angle of 191.51º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48BEDA is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 190 | 218 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.15 |
| HSL | 191.51º | 0.66% | 0.57% | - |
| HSV(B) | 191.51º | 0.67% | 0.85% | - |
| XYZ | 33.74 | 43.27 | 72.9 | - |
| YUV | 157.91 | 161.91 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 218 | 0.67 | 0.13 | 0 | 0.15 | 191.51 | 0.66 | 0.57 |
| Hex | 48 | BE | DA | 43 | D | 0 | F | C0 | 42 | 39 |
| Octal | 110 | 276 | 332 | 103 | 15 | 0 | 17 | 300 | 102 | 71 |
| Binary | 1001000 | 10111110 | 11011010 | 1000011 | 1101 | 0 | 1111 | 11000000 | 1000010 | 111001 |
Color Harmonies of #48BEDA
Complementary color
Monochromatic Colors of #48BEDA
Black with #48BEDA
Text Example
Text Example
White with #48BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BEDA; }
p { color: rgb(72,190,218); }
H1.HeaderClassName
{
color: #48BEDA;
}
.AnyTagClassName
{
color: #48BEDA;
}
</style>
background-color css
<style>
a { background-color: #48BEDA; }
a { background-color: rgb(72,190,218); }
div.DivClassName
{
background-color: #48BEDA;
}
.BgClassName
{
background-color: #48BEDA;
}
</style>
border-color css
<style>
span { border-color: #48BEDA; }
span { border-color: rgb(72,190,218); }
td.TdClassName
{
border-color: #48BEDA;
}
.TagClassName
{
border-color: #48BEDA;
}
</style>