#4A389F

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

Shades of Blue Gem #4A389F

Tints of Blue Gem #4A389F

Color information

#4A389F (or 0x4A389F) is unknown color: approx Blue Gem. HEX triplet: 4A, 38 and 9F. RGB value is (74,56,159). Sum of RGB (Red+Green+Blue) = 74+56+159=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A389F is #B5C760. Grayscale: #484848. Windows color (decimal): -11913057 or 10434634. OLE color: 10434634.

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

Color convert

RGB7456159-
CMYK0.530.6500.38
HSL250.49º47.91%42.16%-
HSV(B)250.49º64.78%62.35%-
XYZ10.56.7933.56-
YUV73.12176.46128.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.61%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 159 (62.5% from 255) = 55.02%
R=25.61%
G=19.38%
B=55.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74561590.530.6500.38250.4947.9142.16
Hex4A389F3541026fa302a
Octal11270237651010463726052
Binary1001010111000100111111101011000001010011011111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,56,159); }

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

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

 a { background-color: rgb(74,56,159); }

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

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

 span { border-color: rgb(74,56,159); }

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