#4A3BA2

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

Shades of Blue Gem #4A3BA2

Tints of Blue Gem #4A3BA2

Color information

#4A3BA2 (or 0x4A3BA2) is unknown color: approx Blue Gem. HEX triplet: 4A, 3B and A2. RGB value is (74,59,162). Sum of RGB (Red+Green+Blue) = 74+59+162=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #4A3BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3BA2 is #B5C45D. Grayscale: #4A4A4A. Windows color (decimal): -11912286 or 10632010. OLE color: 10632010.

HSL color Cylindrical-coordinate representation of color #4A3BA2: hue angle of 248.74º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A3BA2 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7459162-
CMYK0.540.6400.36
HSL248.74º46.61%43.33%-
HSV(B)248.74º63.58%63.53%-
XYZ10.917.1935-
YUV75.23176.97127.12-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.08%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 162 (63.67% from 255) = 54.92%
R=25.08%
G=20%
B=54.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74591620.540.6400.36248.7446.6143.33
Hex4A3BA23640024f92f2b
Octal11273242661000443715753
Binary1001010111011101000101101101000000010010011111001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,59,162); }

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

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

 a { background-color: rgb(74,59,162); }

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

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

 span { border-color: rgb(74,59,162); }

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