#4A2294

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

Shades of Blue Gem #4A2294

Tints of Blue Gem #4A2294

Color information

#4A2294 (or 0x4A2294) is unknown color: approx Blue Gem. HEX triplet: 4A, 22 and 94. RGB value is (74,34,148). Sum of RGB (Red+Green+Blue) = 74+34+148=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A2294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2294 is #B5DD6B. Grayscale: #3A3A3A. Windows color (decimal): -11918700 or 9708106. OLE color: 9708106.

HSL color Cylindrical-coordinate representation of color #4A2294: hue angle of 261.05º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A2294 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7434148-
CMYK0.500.7700.42
HSL261.05º62.64%35.69%-
HSV(B)261.05º77.03%58.04%-
XYZ8.744.7428.47-
YUV58.96178.25138.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 148 (58.20% from 255) = 57.81%
R=28.91%
G=13.28%
B=57.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74341480.500.7700.42261.0562.6435.69
Hex4A2294324D02A1053f24
Octal11242224621150524057744
Binary10010101000101001010011001010011010101010100000101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,34,148); }

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

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

 a { background-color: rgb(74,34,148); }

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

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

 span { border-color: rgb(74,34,148); }

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