#4A388B

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

Shades of Blue Gem #4A388B

Tints of Blue Gem #4A388B

Color information

#4A388B (or 0x4A388B) is unknown color: approx Blue Gem. HEX triplet: 4A, 38 and 8B. RGB value is (74,56,139). Sum of RGB (Red+Green+Blue) = 74+56+139=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A388B is #B5C774. Grayscale: #464646. Windows color (decimal): -11913077 or 9123914. OLE color: 9123914.

HSL color Cylindrical-coordinate representation of color #4A388B: hue angle of 253.01º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A388B is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7456139-
CMYK0.470.6000.45
HSL253.01º42.56%38.24%-
HSV(B)253.01º59.71%54.51%-
XYZ8.96.1525.14-
YUV70.84166.46130.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.51%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=27.51%
G=20.82%
B=51.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74561390.470.6000.45253.0142.5638.24
Hex4A388B2F3C02Dfd2b26
Octal1127021357740553755346
Binary100101011100010001011101111111100010110111111101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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