#4A2691

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

Shades of Blue Gem #4A2691

Tints of Blue Gem #4A2691

Color information

#4A2691 (or 0x4A2691) is unknown color: approx Blue Gem. HEX triplet: 4A, 26 and 91. RGB value is (74,38,145). Sum of RGB (Red+Green+Blue) = 74+38+145=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A2691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2691 is #B5D96E. Grayscale: #3C3C3C. Windows color (decimal): -11917679 or 9512522. OLE color: 9512522.

HSL color Cylindrical-coordinate representation of color #4A2691: hue angle of 260.19º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A2691 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7438145-
CMYK0.490.7400.43
HSL260.19º58.47%35.88%-
HSV(B)260.19º73.79%56.86%-
XYZ8.634.8927.28-
YUV60.96175.43137.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=28.79%
G=14.79%
B=56.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74381450.490.7400.43260.1958.4735.88
Hex4A2691314A02B1043a24
Octal11246221611120534047244
Binary10010101001101001000111000110010100101011100000100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,38,145); }

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

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

 a { background-color: rgb(74,38,145); }

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

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

 span { border-color: rgb(74,38,145); }

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