#4A3388

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

Shades of Blue Gem #4A3388

Tints of Blue Gem #4A3388

Color information

#4A3388 (or 0x4A3388) is unknown color: approx Blue Gem. HEX triplet: 4A, 33 and 88. RGB value is (74,51,136). Sum of RGB (Red+Green+Blue) = 74+51+136=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A3388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3388 is #B5CC77. Grayscale: #434343. Windows color (decimal): -11914360 or 8926026. OLE color: 8926026.

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

Color convert

RGB7451136-
CMYK0.460.6200.47
HSL256.24º45.45%36.67%-
HSV(B)256.24º62.5%53.33%-
XYZ8.455.623.93-
YUV67.57166.62132.59-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.35%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=28.35%
G=19.54%
B=52.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74511360.460.6200.47256.2445.4536.67
Hex4A33882E3E02F1002d25
Octal1126321056760574005545
Binary1001010110011100010001011101111100101111100000000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,51,136); }

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

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

 a { background-color: rgb(74,51,136); }

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

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

 span { border-color: rgb(74,51,136); }

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