#4C41AA

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

Shades of Rich Blue #4C41AA

Tints of Rich Blue #4C41AA

Color information

#4C41AA (or 0x4C41AA) is unknown color: approx Rich Blue. HEX triplet: 4C, 41 and AA. RGB value is (76,65,170). Sum of RGB (Red+Green+Blue) = 76+65+170=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C41AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C41AA is #B3BE55. Grayscale: #4F4F4F. Windows color (decimal): -11779670 or 11157836. OLE color: 11157836.

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

Color convert

RGB7665170-
CMYK0.550.6200.33
HSL246.29º44.68%46.08%-
HSV(B)246.29º61.76%66.67%-
XYZ12.138.2238.98-
YUV80.26178.64124.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=24.44%
G=20.90%
B=54.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76651700.550.6200.33246.2944.6846.08
Hex4C41AA373E021f62d2e
Octal11410125267760413665556
Binary1001100100000110101010110111111110010000111110110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C41AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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