#4C46AB

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

Shades of Rich Blue #4C46AB

Tints of Rich Blue #4C46AB

Color information

#4C46AB (or 0x4C46AB) is unknown color: approx Rich Blue. HEX triplet: 4C, 46 and AB. RGB value is (76,70,171). Sum of RGB (Red+Green+Blue) = 76+70+171=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C46AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C46AB is #B3B954. Grayscale: #525252. Windows color (decimal): -11778389 or 11224652. OLE color: 11224652.

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

Color convert

RGB7670171-
CMYK0.560.5900.33
HSL243.56º41.91%47.25%-
HSV(B)243.56º59.06%67.06%-
XYZ12.528.8639.58-
YUV83.31177.49122.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=23.97%
G=22.08%
B=53.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76701710.560.5900.33243.5641.9147.25
Hex4C46AB383B021f42a2f
Octal11410625370730413645257
Binary1001100100011010101011111000111011010000111110100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C46AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,171); }

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

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

 a { background-color: rgb(76,70,171); }

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

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

 span { border-color: rgb(76,70,171); }

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