#4C3DAA

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

Shades of Blue Gem #4C3DAA

Tints of Blue Gem #4C3DAA

Color information

#4C3DAA (or 0x4C3DAA) is unknown color: approx Blue Gem. HEX triplet: 4C, 3D and AA. RGB value is (76,61,170). Sum of RGB (Red+Green+Blue) = 76+61+170=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C3DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3DAA is #B3C255. Grayscale: #4D4D4D. Windows color (decimal): -11780694 or 11156812. OLE color: 11156812.

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

Color convert

RGB7661170-
CMYK0.550.6400.33
HSL248.26º47.19%45.29%-
HSV(B)248.26º64.12%66.67%-
XYZ11.97.7838.9-
YUV77.91179.97126.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.76%
GREEN value IS 61 (24.22% from 255) = 19.87%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=24.76%
G=19.87%
B=55.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76611700.550.6400.33248.2647.1945.29
Hex4C3DAA3740021f82f2d
Octal11475252671000413705755
Binary1001100111101101010101101111000000010000111111000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,61,170); }

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

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

 a { background-color: rgb(76,61,170); }

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

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

 span { border-color: rgb(76,61,170); }

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