#4A388E

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

Shades of Blue Gem #4A388E

Tints of Blue Gem #4A388E

Color information

#4A388E (or 0x4A388E) is unknown color: approx Blue Gem. HEX triplet: 4A, 38 and 8E. RGB value is (74,56,142). Sum of RGB (Red+Green+Blue) = 74+56+142=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A388E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A388E is #B5C771. Grayscale: #464646. Windows color (decimal): -11913074 or 9320522. OLE color: 9320522.

HSL color Cylindrical-coordinate representation of color #4A388E: hue angle of 252.56º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A388E is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7456142-
CMYK0.480.6100.44
HSL252.56º43.43%38.82%-
HSV(B)252.56º60.56%55.69%-
XYZ9.126.2426.31-
YUV71.19167.96130.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.21%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=27.21%
G=20.59%
B=52.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74561420.480.6100.44252.5643.4338.82
Hex4A388E303D02Cfd2b27
Octal1127021660750543755347
Binary100101011100010001110110000111101010110011111101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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