Shades of Viking #48BED2
Tints of Viking #48BED2
RGB
CMYK
RGB Variations
Color information
#48BED2 (or 0x48BED2) is known color: Viking. HEX triplet: 48, BE and D2. RGB value is (72,190,210). Sum of RGB (Red+Green+Blue) = 72+190+210=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #48BED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BED2 is #B7412D. Grayscale: #9C9C9C. Windows color (decimal): -12009774 or 13811272. OLE color: 13811272.
HSL color Cylindrical-coordinate representation of color #48BED2: hue angle of 188.7º 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 #48BED2 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 190 | 210 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.18 |
| HSL | 188.7º | 0.61% | 0.55% | - |
| HSV(B) | 188.7º | 0.66% | 0.82% | - |
| XYZ | 32.72 | 42.86 | 67.52 | - |
| YUV | 157 | 157.91 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 210 | 0.66 | 0.10 | 0 | 0.18 | 188.7 | 0.61 | 0.55 |
| Hex | 48 | BE | D2 | 42 | A | 0 | 12 | BD | 3D | 37 |
| Octal | 110 | 276 | 322 | 102 | 12 | 0 | 22 | 275 | 75 | 67 |
| Binary | 1001000 | 10111110 | 11010010 | 1000010 | 1010 | 0 | 10010 | 10111101 | 111101 | 110111 |
Color Harmonies of #48BED2
Complementary color
Monochromatic Colors of #48BED2
Black with #48BED2
Text Example
Text Example
White with #48BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BED2; }
p { color: rgb(72,190,210); }
H1.HeaderClassName
{
color: #48BED2;
}
.AnyTagClassName
{
color: #48BED2;
}
</style>
background-color css
<style>
a { background-color: #48BED2; }
a { background-color: rgb(72,190,210); }
div.DivClassName
{
background-color: #48BED2;
}
.BgClassName
{
background-color: #48BED2;
}
</style>
border-color css
<style>
span { border-color: #48BED2; }
span { border-color: rgb(72,190,210); }
td.TdClassName
{
border-color: #48BED2;
}
.TagClassName
{
border-color: #48BED2;
}
</style>