Shades of Viking #48BECB
Tints of Viking #48BECB
RGB
CMYK
RGB Variations
Color information
#48BECB (or 0x48BECB) is known color: Viking. HEX triplet: 48, BE and CB. RGB value is (72,190,203). Sum of RGB (Red+Green+Blue) = 72+190+203=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #48BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BECB is #B74134. Grayscale: #9C9C9C. Windows color (decimal): -12009781 or 13352520. OLE color: 13352520.
HSL color Cylindrical-coordinate representation of color #48BECB: hue angle of 185.95º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BECB is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 190 | 203 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.20 |
| HSL | 185.95º | 0.56% | 0.54% | - |
| HSV(B) | 185.95º | 0.65% | 0.8% | - |
| XYZ | 31.87 | 42.52 | 63.03 | - |
| YUV | 156.2 | 154.41 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 203 | 0.65 | 0.06 | 0 | 0.20 | 185.95 | 0.56 | 0.54 |
| Hex | 48 | BE | CB | 41 | 6 | 0 | 14 | BA | 38 | 36 |
| Octal | 110 | 276 | 313 | 101 | 6 | 0 | 24 | 272 | 70 | 66 |
| Binary | 1001000 | 10111110 | 11001011 | 1000001 | 110 | 0 | 10100 | 10111010 | 111000 | 110110 |
Color Harmonies of #48BECB
Complementary color
Monochromatic Colors of #48BECB
Black with #48BECB
Text Example
Text Example
White with #48BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BECB; }
p { color: rgb(72,190,203); }
H1.HeaderClassName
{
color: #48BECB;
}
.AnyTagClassName
{
color: #48BECB;
}
</style>
background-color css
<style>
a { background-color: #48BECB; }
a { background-color: rgb(72,190,203); }
div.DivClassName
{
background-color: #48BECB;
}
.BgClassName
{
background-color: #48BECB;
}
</style>
border-color css
<style>
span { border-color: #48BECB; }
span { border-color: rgb(72,190,203); }
td.TdClassName
{
border-color: #48BECB;
}
.TagClassName
{
border-color: #48BECB;
}
</style>