#4A47AC

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

Shades of Rich Blue #4A47AC

Tints of Rich Blue #4A47AC

Color information

#4A47AC (or 0x4A47AC) is unknown color: approx Rich Blue. HEX triplet: 4A, 47 and AC. RGB value is (74,71,172). Sum of RGB (Red+Green+Blue) = 74+71+172=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A47AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A47AC is #B5B853. Grayscale: #535353. Windows color (decimal): -11909204 or 11290442. OLE color: 11290442.

HSL color Cylindrical-coordinate representation of color #4A47AC: hue angle of 241.78º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A47AC is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7471172-
CMYK0.570.5900.33
HSL241.78º41.56%47.65%-
HSV(B)241.78º58.72%67.45%-
XYZ12.528.9440.1-
YUV83.41177.99121.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=23.34%
G=22.40%
B=54.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74711720.570.5900.33241.7841.5647.65
Hex4A47AC393B021f22a30
Octal11210725471730413625260
Binary1001010100011110101100111001111011010000111110010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A47AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A47AC; }

 p { color: rgb(74,71,172); }

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

<style>
 a { background-color: #4A47AC; }

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

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

<style>
 span { border-color: #4A47AC; }

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

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