Shades of Viking #48BECE
Tints of Viking #48BECE
RGB
CMYK
RGB Variations
Color information
#48BECE (or 0x48BECE) is known color: Viking. HEX triplet: 48, BE and CE. RGB value is (72,190,206). Sum of RGB (Red+Green+Blue) = 72+190+206=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #48BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BECE is #B74131. Grayscale: #9C9C9C. Windows color (decimal): -12009778 or 13549128. OLE color: 13549128.
HSL color Cylindrical-coordinate representation of color #48BECE: hue angle of 187.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48BECE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 190 | 206 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.19 |
| HSL | 187.16º | 0.58% | 0.55% | - |
| HSV(B) | 187.16º | 0.65% | 0.81% | - |
| XYZ | 32.23 | 42.66 | 64.93 | - |
| YUV | 156.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 190 | 206 | 0.65 | 0.08 | 0 | 0.19 | 187.16 | 0.58 | 0.55 |
| Hex | 48 | BE | CE | 41 | 8 | 0 | 13 | BB | 3A | 37 |
| Octal | 110 | 276 | 316 | 101 | 10 | 0 | 23 | 273 | 72 | 67 |
| Binary | 1001000 | 10111110 | 11001110 | 1000001 | 1000 | 0 | 10011 | 10111011 | 111010 | 110111 |
Color Harmonies of #48BECE
Complementary color
Monochromatic Colors of #48BECE
Black with #48BECE
Text Example
Text Example
White with #48BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BECE; }
p { color: rgb(72,190,206); }
H1.HeaderClassName
{
color: #48BECE;
}
.AnyTagClassName
{
color: #48BECE;
}
</style>
background-color css
<style>
a { background-color: #48BECE; }
a { background-color: rgb(72,190,206); }
div.DivClassName
{
background-color: #48BECE;
}
.BgClassName
{
background-color: #48BECE;
}
</style>
border-color css
<style>
span { border-color: #48BECE; }
span { border-color: rgb(72,190,206); }
td.TdClassName
{
border-color: #48BECE;
}
.TagClassName
{
border-color: #48BECE;
}
</style>