#4C44AA

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

Shades of Rich Blue #4C44AA

Tints of Rich Blue #4C44AA

Color information

#4C44AA (or 0x4C44AA) is unknown color: approx Rich Blue. HEX triplet: 4C, 44 and AA. RGB value is (76,68,170). Sum of RGB (Red+Green+Blue) = 76+68+170=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C44AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C44AA is #B3BB55. Grayscale: #515151. Windows color (decimal): -11778902 or 11158604. OLE color: 11158604.

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

Color convert

RGB7668170-
CMYK0.550.600.33
HSL244.71º42.86%46.67%-
HSV(B)244.71º60%66.67%-
XYZ12.38.5739.04-
YUV82.02177.65123.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=24.20%
G=21.66%
B=54.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76681700.550.600.33244.7142.8646.67
Hex4C44AA373C021f52b2f
Octal11410425267740413655357
Binary1001100100010010101010110111111100010000111110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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