#4A2CAA

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

Shades of Blue Gem #4A2CAA

Tints of Blue Gem #4A2CAA

Color information

#4A2CAA (or 0x4A2CAA) is unknown color: approx Blue Gem. HEX triplet: 4A, 2C and AA. RGB value is (74,44,170). Sum of RGB (Red+Green+Blue) = 74+44+170=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A2CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2CAA is #B5D355. Grayscale: #424242. Windows color (decimal): -11916118 or 11152458. OLE color: 11152458.

HSL color Cylindrical-coordinate representation of color #4A2CAA: hue angle of 254.29º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A2CAA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7444170-
CMYK0.560.7400.33
HSL254.29º58.88%41.96%-
HSV(B)254.29º74.12%66.67%-
XYZ10.986.1638.64-
YUV67.33185.94132.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.69%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=25.69%
G=15.28%
B=59.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74441700.560.7400.33254.2958.8841.96
Hex4A2CAA384A021fe3b2a
Octal11254252701120413767352
Binary1001010101100101010101110001001010010000111111110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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