#4C3491

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

Shades of Blue Gem #4C3491

Tints of Blue Gem #4C3491

Color information

#4C3491 (or 0x4C3491) is unknown color: approx Blue Gem. HEX triplet: 4C, 34 and 91. RGB value is (76,52,145). Sum of RGB (Red+Green+Blue) = 76+52+145=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C3491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3491 is #B3CB6E. Grayscale: #454545. Windows color (decimal): -11783023 or 9516108. OLE color: 9516108.

HSL color Cylindrical-coordinate representation of color #4C3491: hue angle of 255.48º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C3491 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7652145-
CMYK0.480.6400.43
HSL255.48º47.21%38.63%-
HSV(B)255.48º64.14%56.86%-
XYZ9.326.0427.46-
YUV69.78170.45132.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=27.84%
G=19.05%
B=53.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76521450.480.6400.43255.4847.2138.63
Hex4C3491304002Bff2f27
Octal11464221601000533775747
Binary1001100110100100100011100001000000010101111111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,52,145); }

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

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

 a { background-color: rgb(76,52,145); }

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

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

 span { border-color: rgb(76,52,145); }

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