#4C43AA

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

Shades of Rich Blue #4C43AA

Tints of Rich Blue #4C43AA

Color information

#4C43AA (or 0x4C43AA) is unknown color: approx Rich Blue. HEX triplet: 4C, 43 and AA. RGB value is (76,67,170). Sum of RGB (Red+Green+Blue) = 76+67+170=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C43AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C43AA is #B3BC55. Grayscale: #515151. Windows color (decimal): -11779158 or 11158348. OLE color: 11158348.

HSL color Cylindrical-coordinate representation of color #4C43AA: hue angle of 245.24º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C43AA is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7667170-
CMYK0.550.6100.33
HSL245.24º43.46%46.47%-
HSV(B)245.24º60.59%66.67%-
XYZ12.248.4539.02-
YUV81.43177.98124.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.28%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=24.28%
G=21.41%
B=54.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76671700.550.6100.33245.2443.4646.47
Hex4C43AA373D021f52b2e
Octal11410325267750413655356
Binary1001100100001110101010110111111101010000111110101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,67,170); }

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

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

 a { background-color: rgb(76,67,170); }

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

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

 span { border-color: rgb(76,67,170); }

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