#4A3299

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

Shades of Blue Gem #4A3299

Tints of Blue Gem #4A3299

Color information

#4A3299 (or 0x4A3299) is unknown color: approx Blue Gem. HEX triplet: 4A, 32 and 99. RGB value is (74,50,153). Sum of RGB (Red+Green+Blue) = 74+50+153=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A3299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3299 is #B5CD66. Grayscale: #444444. Windows color (decimal): -11914599 or 10039882. OLE color: 10039882.

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

Color convert

RGB7450153-
CMYK0.520.6700.4
HSL253.98º50.74%39.8%-
HSV(B)253.98º67.32%60%-
XYZ9.716.0430.79-
YUV68.92175.45131.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.71%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=26.71%
G=18.05%
B=55.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74501530.520.6700.4253.9850.7439.8
Hex4A32993443028fe3328
Octal11262231641030503766350
Binary1001010110010100110011101001000011010100011111110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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