#4949AC

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

Shades of Rich Blue #4949AC

Tints of Rich Blue #4949AC

Color information

#4949AC (or 0x4949AC) is unknown color: approx Rich Blue. HEX triplet: 49, 49 and AC. RGB value is (73,73,172). Sum of RGB (Red+Green+Blue) = 73+73+172=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #4949AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4949AC is #B6B653. Grayscale: #535353. Windows color (decimal): -11974228 or 11290953. OLE color: 11290953.

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

Color convert

RGB7373172-
CMYK0.580.5800.33
HSL240º40.41%48.04%-
HSV(B)240º57.56%67.45%-
XYZ12.589.1640.13-
YUV84.29177.5119.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 172 (67.58% from 255) = 54.09%
R=22.96%
G=22.96%
B=54.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73731720.580.5800.3324040.4148.04
Hex4949AC3A3A021f02830
Octal11111125472720413605060
Binary1001001100100110101100111010111010010000111110000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4949AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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