Shades of Rich Blue #4848B4
Tints of Rich Blue #4848B4
RGB
CMYK
RGB Variations
Color information
#4848B4 (or 0x4848B4) is known color: Rich Blue. HEX triplet: 48, 48 and B4. RGB value is (72,72,180). Sum of RGB (Red+Green+Blue) = 72+72+180=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #4848B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4848B4 is #B7B74B. Grayscale: #535353. Windows color (decimal): -12040012 or 11814984. OLE color: 11814984.
HSL color Cylindrical-coordinate representation of color #4848B4: hue angle of 240º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4848B4 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 72 | 180 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.29 |
| HSL | 240º | 0.43% | 0.49% | - |
| HSV(B) | 240º | 0.6% | 0.71% | - |
| XYZ | 13.23 | 9.31 | 44.28 | - |
| YUV | 84.31 | 182 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 72 | 180 | 0.60 | 0.60 | 0 | 0.29 | 240 | 0.43 | 0.49 |
| Hex | 48 | 48 | B4 | 3C | 3C | 0 | 1D | F0 | 2B | 31 |
| Octal | 110 | 110 | 264 | 74 | 74 | 0 | 35 | 360 | 53 | 61 |
| Binary | 1001000 | 1001000 | 10110100 | 111100 | 111100 | 0 | 11101 | 11110000 | 101011 | 110001 |
Color Harmonies of #4848B4
Complementary color
Monochromatic Colors of #4848B4
Black with #4848B4
Text Example
Text Example
White with #4848B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4848B4; }
p { color: rgb(72,72,180); }
H1.HeaderClassName
{
color: #4848B4;
}
.AnyTagClassName
{
color: #4848B4;
}
</style>
background-color css
<style>
a { background-color: #4848B4; }
a { background-color: rgb(72,72,180); }
div.DivClassName
{
background-color: #4848B4;
}
.BgClassName
{
background-color: #4848B4;
}
</style>
border-color css
<style>
span { border-color: #4848B4; }
span { border-color: rgb(72,72,180); }
td.TdClassName
{
border-color: #4848B4;
}
.TagClassName
{
border-color: #4848B4;
}
</style>