#4C3FAC

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

Shades of Blue Gem #4C3FAC

Tints of Blue Gem #4C3FAC

Color information

#4C3FAC (or 0x4C3FAC) is unknown color: approx Blue Gem. HEX triplet: 4C, 3F and AC. RGB value is (76,63,172). Sum of RGB (Red+Green+Blue) = 76+63+172=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C3FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3FAC is #B3C053. Grayscale: #4E4E4E. Windows color (decimal): -11780180 or 11288396. OLE color: 11288396.

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

Color convert

RGB7663172-
CMYK0.560.6300.33
HSL247.16º46.38%46.08%-
HSV(B)247.16º63.37%67.45%-
XYZ12.28.0739.94-
YUV79.31180.31125.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=24.44%
G=20.26%
B=55.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76631720.560.6300.33247.1646.3846.08
Hex4C3FAC383F021f72e2e
Octal1147725470770413675656
Binary100110011111110101100111000111111010000111110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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