#4A3899

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

Shades of Blue Gem #4A3899

Tints of Blue Gem #4A3899

Color information

#4A3899 (or 0x4A3899) is unknown color: approx Blue Gem. HEX triplet: 4A, 38 and 99. RGB value is (74,56,153). Sum of RGB (Red+Green+Blue) = 74+56+153=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A3899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3899 is #B5C766. Grayscale: #484848. Windows color (decimal): -11913063 or 10041418. OLE color: 10041418.

HSL color Cylindrical-coordinate representation of color #4A3899: hue angle of 251.13º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A3899 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7456153-
CMYK0.520.6300.4
HSL251.13º46.41%40.98%-
HSV(B)251.13º63.4%60%-
XYZ9.996.5830.88-
YUV72.44173.46129.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.15%
GREEN value IS 56 (22.27% from 255) = 19.79%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=26.15%
G=19.79%
B=54.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74561530.520.6300.4251.1346.4140.98
Hex4A3899343F028fb2e29
Octal1127023164770503735651
Binary100101011100010011001110100111111010100011111011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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