#4945AC

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

Shades of Rich Blue #4945AC

Tints of Rich Blue #4945AC

Color information

#4945AC (or 0x4945AC) is unknown color: approx Rich Blue. HEX triplet: 49, 45 and AC. RGB value is (73,69,172). Sum of RGB (Red+Green+Blue) = 73+69+172=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #4945AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4945AC is #B6BA53. Grayscale: #515151. Windows color (decimal): -11975252 or 11289929. OLE color: 11289929.

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

Color convert

RGB7369172-
CMYK0.580.6000.33
HSL242.33º42.74%47.25%-
HSV(B)242.33º59.88%67.45%-
XYZ12.328.6540.05-
YUV81.94178.83121.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 172 (67.58% from 255) = 54.78%
R=23.25%
G=21.97%
B=54.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73691720.580.6000.33242.3342.7447.25
Hex4945AC3A3C021f22b2f
Octal11110525472740413625357
Binary1001001100010110101100111010111100010000111110010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4945AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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