#4C5CAC

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

Shades of Rich Blue #4C5CAC

Tints of Rich Blue #4C5CAC

Color information

#4C5CAC (or 0x4C5CAC) is unknown color: approx Rich Blue. HEX triplet: 4C, 5C and AC. RGB value is (76,92,172). Sum of RGB (Red+Green+Blue) = 76+92+172=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C5CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5CAC is #B3A353. Grayscale: #606060. Windows color (decimal): -11772756 or 11295820. OLE color: 11295820.

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

Color convert

RGB7692172-
CMYK0.560.4700.33
HSL230º38.71%48.63%-
HSV(B)230º55.81%67.45%-
XYZ14.2512.1740.63-
YUV96.34170.7113.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.35%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=22.35%
G=27.06%
B=50.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76921720.560.4700.3323038.7148.63
Hex4C5CAC382F021e62731
Octal11413425470570413464761
Binary1001100101110010101100111000101111010000111100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,92,172); }

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

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

 a { background-color: rgb(76,92,172); }

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

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

 span { border-color: rgb(76,92,172); }

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