#4848AD

Color #4848AD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4848AD

Tints of Rich Blue #4848AD

Color information

#4848AD (or 0x4848AD) is unknown color: approx Rich Blue. HEX triplet: 48, 48 and AD. RGB value is (72,72,173). Sum of RGB (Red+Green+Blue) = 72+72+173=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #4848AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4848AD is #B7B752. Grayscale: #535353. Windows color (decimal): -12040019 or 11356232. OLE color: 11356232.

HSL color Cylindrical-coordinate representation of color #4848AD: hue angle of 240º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4848AD is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7272173-
CMYK0.580.5800.32
HSL240º41.22%48.04%-
HSV(B)240º58.38%67.84%-
XYZ12.539.0340.62-
YUV83.51178.5119.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=22.71%
G=22.71%
B=54.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72721730.580.5800.3224041.2248.04
Hex4848AD3A3A020f02930
Octal11011025572720403605160
Binary1001000100100010101101111010111010010000011110000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4848AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4848AD; }

 p { color: rgb(72,72,173); }

 H1.HeaderClassName
 {
   color: #4848AD;
 }
 .AnyTagClassName
 {
   color: #4848AD;
 }
</style>
background-color css

<style>
 a { background-color: #4848AD; }

 a { background-color: rgb(72,72,173); }

 div.DivClassName
 {
   background-color: #4848AD;
 }
 .BgClassName
 {
   background-color: #4848AD;
 }
</style>
border-color css

<style>
 span { border-color: #4848AD; }

 span { border-color: rgb(72,72,173); }

 td.TdClassName
 {
   border-color: #4848AD;
 }
 .TagClassName
 {
   border-color: #4848AD;
 }
</style>