#4C5AAA

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

Shades of Rich Blue #4C5AAA

Tints of Rich Blue #4C5AAA

Color information

#4C5AAA (or 0x4C5AAA) is unknown color: approx Rich Blue. HEX triplet: 4C, 5A and AA. RGB value is (76,90,170). Sum of RGB (Red+Green+Blue) = 76+90+170=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C5AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5AAA is #B3A555. Grayscale: #5E5E5E. Windows color (decimal): -11773270 or 11164236. OLE color: 11164236.

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

Color convert

RGB7690170-
CMYK0.550.4700.33
HSL231.06º38.21%48.24%-
HSV(B)231.06º55.29%66.67%-
XYZ13.8911.7539.57-
YUV94.93170.36114.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 170 (66.80% from 255) = 50.60%
R=22.62%
G=26.79%
B=50.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76901700.550.4700.33231.0638.2148.24
Hex4C5AAA372F021e72630
Octal11413225267570413474660
Binary1001100101101010101010110111101111010000111100111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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