#4844AD

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

Shades of Rich Blue #4844AD

Tints of Rich Blue #4844AD

Color information

#4844AD (or 0x4844AD) is unknown color: approx Rich Blue. HEX triplet: 48, 44 and AD. RGB value is (72,68,173). Sum of RGB (Red+Green+Blue) = 72+68+173=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #4844AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4844AD is #B7BB52. Grayscale: #505050. Windows color (decimal): -12041043 or 11355208. OLE color: 11355208.

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

Color convert

RGB7268173-
CMYK0.580.6100.32
HSL242.29º43.57%47.25%-
HSV(B)242.29º60.69%67.84%-
XYZ12.288.5340.53-
YUV81.17179.83121.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=23.00%
G=21.73%
B=55.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72681730.580.6100.32242.2943.5747.25
Hex4844AD3A3D020f22c2f
Octal11010425572750403625457
Binary1001000100010010101101111010111101010000011110010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4844AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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