#4945B7

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

Shades of Rich Blue #4945B7

Tints of Rich Blue #4945B7

Color information

#4945B7 (or 0x4945B7) is unknown color: approx Rich Blue. HEX triplet: 49, 45 and B7. RGB value is (73,69,183). Sum of RGB (Red+Green+Blue) = 73+69+183=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #4945B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945B7 is #B6BA48. Grayscale: #525252. Windows color (decimal): -11975241 or 12010825. OLE color: 12010825.

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

Color convert

RGB7369183-
CMYK0.600.6200.28
HSL242.11º45.24%49.41%-
HSV(B)242.11º62.3%71.76%-
XYZ13.429.0945.85-
YUV83.19184.33120.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 183 (71.88% from 255) = 56.31%
R=22.46%
G=21.23%
B=56.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73691830.600.6200.28242.1145.2449.41
Hex4945B73C3E01Cf22d31
Octal11110526774760343625561
Binary100100110001011011011111110011111001110011110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4945B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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