#4A399E

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

Shades of Blue Gem #4A399E

Tints of Blue Gem #4A399E

Color information

#4A399E (or 0x4A399E) is unknown color: approx Blue Gem. HEX triplet: 4A, 39 and 9E. RGB value is (74,57,158). Sum of RGB (Red+Green+Blue) = 74+57+158=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A399E is #B5C661. Grayscale: #494949. Windows color (decimal): -11912802 or 10369354. OLE color: 10369354.

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

Color convert

RGB7457158-
CMYK0.530.6400.38
HSL250.1º46.98%42.16%-
HSV(B)250.1º63.92%61.96%-
XYZ10.466.8533.12-
YUV73.6175.63128.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.61%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=25.61%
G=19.72%
B=54.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74571580.530.6400.38250.146.9842.16
Hex4A399E3540026fa2f2a
Octal11271236651000463725752
Binary1001010111001100111101101011000000010011011111010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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