#4C3289

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

Shades of Blue Gem #4C3289

Tints of Blue Gem #4C3289

Color information

#4C3289 (or 0x4C3289) is unknown color: approx Blue Gem. HEX triplet: 4C, 32 and 89. RGB value is (76,50,137). Sum of RGB (Red+Green+Blue) = 76+50+137=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3289 is #B3CD76. Grayscale: #434343. Windows color (decimal): -11783543 or 8991308. OLE color: 8991308.

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

Color convert

RGB7650137-
CMYK0.450.6400.46
HSL257.93º46.52%36.67%-
HSV(B)257.93º63.5%53.73%-
XYZ8.645.6224.3-
YUV67.69167.11133.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.90%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=28.90%
G=19.01%
B=52.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76501370.450.6400.46257.9346.5236.67
Hex4C32892D4002E1022f25
Octal11462211551000564025745
Binary10011001100101000100110110110000000101110100000010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,137); }

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

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

 a { background-color: rgb(76,50,137); }

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

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

 span { border-color: rgb(76,50,137); }

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