#4A2995

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

Shades of Blue Gem #4A2995

Tints of Blue Gem #4A2995

Color information

#4A2995 (or 0x4A2995) is unknown color: approx Blue Gem. HEX triplet: 4A, 29 and 95. RGB value is (74,41,149). Sum of RGB (Red+Green+Blue) = 74+41+149=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A2995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2995 is #B5D66A. Grayscale: #3E3E3E. Windows color (decimal): -11916907 or 9775434. OLE color: 9775434.

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

Color convert

RGB7441149-
CMYK0.500.7200.42
HSL258.33º56.84%37.25%-
HSV(B)258.33º72.48%58.43%-
XYZ9.045.2128.96-
YUV63.18176.43135.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.03%
GREEN value IS 41 (16.41% from 255) = 15.53%
BLUE value IS 149 (58.59% from 255) = 56.44%
R=28.03%
G=15.53%
B=56.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74411490.500.7200.42258.3356.8437.25
Hex4A2995324802A1023925
Octal11251225621100524027145
Binary10010101010011001010111001010010000101010100000010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,149); }

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

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

 a { background-color: rgb(74,41,149); }

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

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

 span { border-color: rgb(74,41,149); }

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