#4C3189

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

Shades of Blue Gem #4C3189

Tints of Blue Gem #4C3189

Color information

#4C3189 (or 0x4C3189) is unknown color: approx Blue Gem. HEX triplet: 4C, 31 and 89. RGB value is (76,49,137). Sum of RGB (Red+Green+Blue) = 76+49+137=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C3189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3189 is #B3CE76. Grayscale: #424242. Windows color (decimal): -11783799 or 8991052. OLE color: 8991052.

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

Color convert

RGB7649137-
CMYK0.450.6400.46
HSL258.41º47.31%36.47%-
HSV(B)258.41º64.23%53.73%-
XYZ8.595.5424.28-
YUV67.1167.45134.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.01%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 137 (53.91% from 255) = 52.29%
R=29.01%
G=18.70%
B=52.29%

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
Decimal76491370.450.6400.46258.4147.3136.47
Hex4C31892D4002E1022f24
Octal11461211551000564025744
Binary10011001100011000100110110110000000101110100000010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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