#4A3095

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

Shades of Blue Gem #4A3095

Tints of Blue Gem #4A3095

Color information

#4A3095 (or 0x4A3095) is unknown color: approx Blue Gem. HEX triplet: 4A, 30 and 95. RGB value is (74,48,149). Sum of RGB (Red+Green+Blue) = 74+48+149=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A3095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3095 is #B5CF6A. Grayscale: #424242. Windows color (decimal): -11915115 or 9777226. OLE color: 9777226.

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

Color convert

RGB7448149-
CMYK0.500.6800.42
HSL255.45º51.27%38.63%-
HSV(B)255.45º67.79%58.43%-
XYZ9.315.7429.05-
YUV67.29174.11132.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.31%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=27.31%
G=17.71%
B=54.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74481490.500.6800.42255.4551.2738.63
Hex4A3095324402Aff3327
Octal11260225621040523776347
Binary1001010110000100101011100101000100010101011111111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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