#4945B5

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

Shades of Rich Blue #4945B5

Tints of Rich Blue #4945B5

Color information

#4945B5 (or 0x4945B5) is unknown color: approx Rich Blue. HEX triplet: 49, 45 and B5. RGB value is (73,69,181). Sum of RGB (Red+Green+Blue) = 73+69+181=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #4945B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945B5 is #B6BA4A. Grayscale: #525252. Windows color (decimal): -11975243 or 11879753. OLE color: 11879753.

HSL color Cylindrical-coordinate representation of color #4945B5: hue angle of 242.14º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4945B5 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7369181-
CMYK0.600.6200.29
HSL242.14º44.8%49.02%-
HSV(B)242.14º61.88%70.98%-
XYZ13.229.0144.76-
YUV82.96183.33120.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 181 (71.09% from 255) = 56.04%
R=22.60%
G=21.36%
B=56.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73691810.600.6200.29242.1444.849.02
Hex4945B53C3E01Df22d31
Octal11110526574760353625561
Binary100100110001011011010111110011111001110111110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4945B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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