#4945AD

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

Shades of Rich Blue #4945AD

Tints of Rich Blue #4945AD

Color information

#4945AD (or 0x4945AD) is unknown color: approx Rich Blue. HEX triplet: 49, 45 and AD. RGB value is (73,69,173). Sum of RGB (Red+Green+Blue) = 73+69+173=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #4945AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4945AD is #B6BA52. Grayscale: #515151. Windows color (decimal): -11975251 or 11355465. OLE color: 11355465.

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

Color convert

RGB7369173-
CMYK0.580.6000.32
HSL242.31º42.98%47.45%-
HSV(B)242.31º60.12%67.84%-
XYZ12.428.6940.56-
YUV82.05179.33121.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=23.17%
G=21.90%
B=54.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73691730.580.6000.32242.3142.9847.45
Hex4945AD3A3C020f22b2f
Octal11110525572740403625357
Binary1001001100010110101101111010111100010000011110010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4945AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,69,173); }

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

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

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

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

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

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

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