#4A3792

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

Shades of Blue Gem #4A3792

Tints of Blue Gem #4A3792

Color information

#4A3792 (or 0x4A3792) is unknown color: approx Blue Gem. HEX triplet: 4A, 37 and 92. RGB value is (74,55,146). Sum of RGB (Red+Green+Blue) = 74+55+146=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A3792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3792 is #B5C86D. Grayscale: #464646. Windows color (decimal): -11913326 or 9582410. OLE color: 9582410.

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

Color convert

RGB7455146-
CMYK0.490.6200.43
HSL252.53º45.27%39.41%-
HSV(B)252.53º62.33%57.25%-
XYZ9.386.2627.91-
YUV71.05170.29130.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.91%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=26.91%
G=20%
B=53.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74551460.490.6200.43252.5345.2739.41
Hex4A3792313E02Bfd2d27
Octal1126722261760533755547
Binary100101011011110010010110001111110010101111111101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,55,146); }

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

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

 a { background-color: rgb(74,55,146); }

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

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

 span { border-color: rgb(74,55,146); }

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