#4C45AC

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

Shades of Rich Blue #4C45AC

Tints of Rich Blue #4C45AC

Color information

#4C45AC (or 0x4C45AC) is unknown color: approx Rich Blue. HEX triplet: 4C, 45 and AC. RGB value is (76,69,172). Sum of RGB (Red+Green+Blue) = 76+69+172=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C45AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C45AC is #B3BA53. Grayscale: #525252. Windows color (decimal): -11778644 or 11289932. OLE color: 11289932.

HSL color Cylindrical-coordinate representation of color #4C45AC: hue angle of 244.08º 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 #4C45AC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7669172-
CMYK0.560.6000.33
HSL244.08º42.74%47.25%-
HSV(B)244.08º59.88%67.45%-
XYZ12.568.7740.06-
YUV82.84178.32123.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=23.97%
G=21.77%
B=54.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76691720.560.6000.33244.0842.7447.25
Hex4C45AC383C021f42b2f
Octal11410525470740413645357
Binary1001100100010110101100111000111100010000111110100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C45AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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