#4A389E

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

Shades of Blue Gem #4A389E

Tints of Blue Gem #4A389E

Color information

#4A389E (or 0x4A389E) is unknown color: approx Blue Gem. HEX triplet: 4A, 38 and 9E. RGB value is (74,56,158). Sum of RGB (Red+Green+Blue) = 74+56+158=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A389E is #B5C761. Grayscale: #484848. Windows color (decimal): -11913058 or 10369098. OLE color: 10369098.

HSL color Cylindrical-coordinate representation of color #4A389E: hue angle of 250.59º 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 #4A389E is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7456158-
CMYK0.530.6500.38
HSL250.59º47.66%41.96%-
HSV(B)250.59º64.56%61.96%-
XYZ10.416.7533.1-
YUV73.01175.96128.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.69%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=25.69%
G=19.44%
B=54.86%

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
Decimal74561580.530.6500.38250.5947.6641.96
Hex4A389E3541026fb302a
Octal11270236651010463736052
Binary1001010111000100111101101011000001010011011111011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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