#4A369E

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

Shades of Blue Gem #4A369E

Tints of Blue Gem #4A369E

Color information

#4A369E (or 0x4A369E) is unknown color: approx Blue Gem. HEX triplet: 4A, 36 and 9E. RGB value is (74,54,158). Sum of RGB (Red+Green+Blue) = 74+54+158=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A369E is #B5C961. Grayscale: #474747. Windows color (decimal): -11913570 or 10368586. OLE color: 10368586.

HSL color Cylindrical-coordinate representation of color #4A369E: hue angle of 251.54º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A369E is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7454158-
CMYK0.530.6600.38
HSL251.54º49.06%41.57%-
HSV(B)251.54º65.82%61.96%-
XYZ10.316.5633.07-
YUV71.84176.63129.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.87%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=25.87%
G=18.88%
B=55.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74541580.530.6600.38251.5449.0641.57
Hex4A369E3542026fc312a
Octal11266236651020463746152
Binary1001010110110100111101101011000010010011011111100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,54,158); }

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

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

 a { background-color: rgb(74,54,158); }

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

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

 span { border-color: rgb(74,54,158); }

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