Shades of Viking #48BED3
Tints of Viking #48BED3
RGB
CMYK
RGB Variations
Color information
#48BED3 (or 0x48BED3) is known color: Viking. HEX triplet: 48, BE and D3. RGB value is (72,190,211). Sum of RGB (Red+Green+Blue) = 72+190+211=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #48BED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BED3 is #B7412C. Grayscale: #9C9C9C. Windows color (decimal): -12009773 or 13876808. OLE color: 13876808.
HSL color Cylindrical-coordinate representation of color #48BED3: hue angle of 189.06º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48BED3 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 190 | 211 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.17 |
| HSL | 189.06º | 0.61% | 0.55% | - |
| HSV(B) | 189.06º | 0.66% | 0.83% | - |
| XYZ | 32.84 | 42.91 | 68.18 | - |
| YUV | 157.11 | 158.41 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 211 | 0.66 | 0.10 | 0 | 0.17 | 189.06 | 0.61 | 0.55 |
| Hex | 48 | BE | D3 | 42 | A | 0 | 11 | BD | 3D | 37 |
| Octal | 110 | 276 | 323 | 102 | 12 | 0 | 21 | 275 | 75 | 67 |
| Binary | 1001000 | 10111110 | 11010011 | 1000010 | 1010 | 0 | 10001 | 10111101 | 111101 | 110111 |
Color Harmonies of #48BED3
Complementary color
Monochromatic Colors of #48BED3
Black with #48BED3
Text Example
Text Example
White with #48BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BED3; }
p { color: rgb(72,190,211); }
H1.HeaderClassName
{
color: #48BED3;
}
.AnyTagClassName
{
color: #48BED3;
}
</style>
background-color css
<style>
a { background-color: #48BED3; }
a { background-color: rgb(72,190,211); }
div.DivClassName
{
background-color: #48BED3;
}
.BgClassName
{
background-color: #48BED3;
}
</style>
border-color css
<style>
span { border-color: #48BED3; }
span { border-color: rgb(72,190,211); }
td.TdClassName
{
border-color: #48BED3;
}
.TagClassName
{
border-color: #48BED3;
}
</style>