#4A1CA2

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

Shades of Blue Gem #4A1CA2

Tints of Blue Gem #4A1CA2

Color information

#4A1CA2 (or 0x4A1CA2) is unknown color: approx Blue Gem. HEX triplet: 4A, 1C and A2. RGB value is (74,28,162). Sum of RGB (Red+Green+Blue) = 74+28+162=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 162 (63.67% from 255 or 61.36% from 264); Max value from RGB is 162 - color contains mainly: blue. Hex color #4A1CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1CA2 is #B5E35D. Grayscale: #383838. Windows color (decimal): -11920222 or 10624074. OLE color: 10624074.

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

Color convert

RGB7428162-
CMYK0.540.8300.36
HSL260.6º70.53%37.25%-
HSV(B)260.6º82.72%63.53%-
XYZ9.764.8934.61-
YUV57.03187.24140.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.03%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 162 (63.67% from 255) = 61.36%
R=28.03%
G=10.61%
B=61.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74281620.540.8300.36260.670.5337.25
Hex4A1CA236530241054725
Octal112342426612304440510745
Binary10010101110010100010110110101001101001001000001011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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