#4A2CA0

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

Shades of Blue Gem #4A2CA0

Tints of Blue Gem #4A2CA0

Color information

#4A2CA0 (or 0x4A2CA0) is unknown color: approx Blue Gem. HEX triplet: 4A, 2C and A0. RGB value is (74,44,160). Sum of RGB (Red+Green+Blue) = 74+44+160=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A2CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2CA0 is #B5D35F. Grayscale: #414141. Windows color (decimal): -11916128 or 10497098. OLE color: 10497098.

HSL color Cylindrical-coordinate representation of color #4A2CA0: hue angle of 255.52º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2CA0 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7444160-
CMYK0.540.7200.37
HSL255.52º56.86%40%-
HSV(B)255.52º72.5%62.75%-
XYZ10.075.833.85-
YUV66.19180.94133.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.62%
GREEN value IS 44 (17.58% from 255) = 15.83%
BLUE value IS 160 (62.89% from 255) = 57.55%
R=26.62%
G=15.83%
B=57.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal74441600.540.7200.37255.5256.8640
Hex4A2CA036480251003928
Octal11254240661100454007150
Binary10010101011001010000011011010010000100101100000000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,44,160); }

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

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

 a { background-color: rgb(74,44,160); }

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

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

 span { border-color: rgb(74,44,160); }

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