#4C3F92

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

Shades of Blue Gem #4C3F92

Tints of Blue Gem #4C3F92

Color information

#4C3F92 (or 0x4C3F92) is unknown color: approx Blue Gem. HEX triplet: 4C, 3F and 92. RGB value is (76,63,146). Sum of RGB (Red+Green+Blue) = 76+63+146=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C3F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3F92 is #B3C06D. Grayscale: #4C4C4C. Windows color (decimal): -11780206 or 9584460. OLE color: 9584460.

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

Color convert

RGB7663146-
CMYK0.480.5700.43
HSL249.4º39.71%40.98%-
HSV(B)249.4º56.85%57.25%-
XYZ9.957.1728.05-
YUV76.35167.31127.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=26.67%
G=22.11%
B=51.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76631460.480.5700.43249.439.7140.98
Hex4C3F92303902Bf92829
Octal1147722260710533715051
Binary100110011111110010010110000111001010101111111001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,63,146); }

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

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

 a { background-color: rgb(76,63,146); }

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

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

 span { border-color: rgb(76,63,146); }

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