#4C3CAB

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

Shades of Blue Gem #4C3CAB

Tints of Blue Gem #4C3CAB

Color information

#4C3CAB (or 0x4C3CAB) is unknown color: approx Blue Gem. HEX triplet: 4C, 3C and AB. RGB value is (76,60,171). Sum of RGB (Red+Green+Blue) = 76+60+171=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C3CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3CAB is #B3C354. Grayscale: #4D4D4D. Windows color (decimal): -11780949 or 11222092. OLE color: 11222092.

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

Color convert

RGB7660171-
CMYK0.560.6500.33
HSL248.65º48.05%45.29%-
HSV(B)248.65º64.91%67.06%-
XYZ11.957.7139.39-
YUV77.44180.8126.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.76%
GREEN value IS 60 (23.83% from 255) = 19.54%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=24.76%
G=19.54%
B=55.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76601710.560.6500.33248.6548.0545.29
Hex4C3CAB3841021f9302d
Octal11474253701010413716055
Binary1001100111100101010111110001000001010000111111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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