#4A2A9D

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

Shades of Blue Gem #4A2A9D

Tints of Blue Gem #4A2A9D

Color information

#4A2A9D (or 0x4A2A9D) is unknown color: approx Blue Gem. HEX triplet: 4A, 2A and 9D. RGB value is (74,42,157). Sum of RGB (Red+Green+Blue) = 74+42+157=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A2A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2A9D is #B5D562. Grayscale: #404040. Windows color (decimal): -11916643 or 10299978. OLE color: 10299978.

HSL color Cylindrical-coordinate representation of color #4A2A9D: hue angle of 256.7º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2A9D is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7442157-
CMYK0.530.7300.38
HSL256.7º57.79%39.02%-
HSV(B)256.7º73.25%61.57%-
XYZ9.745.5532.46-
YUV64.68180.1134.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 157 (61.72% from 255) = 57.51%
R=27.11%
G=15.38%
B=57.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74421570.530.7300.38256.757.7939.02
Hex4A2A9D35490261013a27
Octal11252235651110464017247
Binary10010101010101001110111010110010010100110100000001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,42,157); }

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

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

 a { background-color: rgb(74,42,157); }

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

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

 span { border-color: rgb(74,42,157); }

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