#4A2A9B

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

Shades of Blue Gem #4A2A9B

Tints of Blue Gem #4A2A9B

Color information

#4A2A9B (or 0x4A2A9B) is unknown color: approx Blue Gem. HEX triplet: 4A, 2A and 9B. RGB value is (74,42,155). Sum of RGB (Red+Green+Blue) = 74+42+155=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A2A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2A9B is #B5D564. Grayscale: #404040. Windows color (decimal): -11916645 or 10168906. OLE color: 10168906.

HSL color Cylindrical-coordinate representation of color #4A2A9B: hue angle of 256.99º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2A9B is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7442155-
CMYK0.520.7300.39
HSL256.99º57.36%38.63%-
HSV(B)256.99º72.9%60.78%-
XYZ9.575.4831.56-
YUV64.45179.1134.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.31%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=27.31%
G=15.50%
B=57.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74421550.520.7300.39256.9957.3638.63
Hex4A2A9B34490271013927
Octal11252233641110474017147
Binary10010101010101001101111010010010010100111100000001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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