#4C43AF

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

Shades of Rich Blue #4C43AF

Tints of Rich Blue #4C43AF

Color information

#4C43AF (or 0x4C43AF) is unknown color: approx Rich Blue. HEX triplet: 4C, 43 and AF. RGB value is (76,67,175). Sum of RGB (Red+Green+Blue) = 76+67+175=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C43AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C43AF is #B3BC50. Grayscale: #515151. Windows color (decimal): -11779153 or 11486028. OLE color: 11486028.

HSL color Cylindrical-coordinate representation of color #4C43AF: hue angle of 245º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C43AF is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7667175-
CMYK0.570.6200.31
HSL245º44.63%47.45%-
HSV(B)245º61.71%68.63%-
XYZ12.738.6541.56-
YUV82180.48123.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.90%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 175 (68.75% from 255) = 55.03%
R=23.90%
G=21.07%
B=55.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76671750.570.6200.3124544.6347.45
Hex4C43AF393E01Ff52d2f
Octal11410325771760373655557
Binary100110010000111010111111100111111001111111110101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C43AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,67,175); }

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

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

 a { background-color: rgb(76,67,175); }

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

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

 span { border-color: rgb(76,67,175); }

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