#4C3BAA

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

Shades of Blue Gem #4C3BAA

Tints of Blue Gem #4C3BAA

Color information

#4C3BAA (or 0x4C3BAA) is unknown color: approx Blue Gem. HEX triplet: 4C, 3B and AA. RGB value is (76,59,170). Sum of RGB (Red+Green+Blue) = 76+59+170=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C3BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3BAA is #B3C455. Grayscale: #4C4C4C. Windows color (decimal): -11781206 or 11156300. OLE color: 11156300.

HSL color Cylindrical-coordinate representation of color #4C3BAA: hue angle of 249.19º 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 #4C3BAA is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7659170-
CMYK0.550.6500.33
HSL249.19º48.47%44.9%-
HSV(B)249.19º65.29%66.67%-
XYZ11.87.5738.87-
YUV76.74180.63127.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=24.92%
G=19.34%
B=55.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76591700.550.6500.33249.1948.4744.9
Hex4C3BAA3741021f9302d
Octal11473252671010413716055
Binary1001100111011101010101101111000001010000111111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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