#4A409B

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

Shades of Blue Gem #4A409B

Tints of Blue Gem #4A409B

Color information

#4A409B (or 0x4A409B) is unknown color: approx Blue Gem. HEX triplet: 4A, 40 and 9B. RGB value is (74,64,155). Sum of RGB (Red+Green+Blue) = 74+64+155=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A409B is #B5BF64. Grayscale: #4D4D4D. Windows color (decimal): -11911013 or 10174538. OLE color: 10174538.

HSL color Cylindrical-coordinate representation of color #4A409B: hue angle of 246.59º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A409B is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7464155-
CMYK0.520.5900.39
HSL246.59º41.55%42.94%-
HSV(B)246.59º58.71%60.78%-
XYZ10.577.4931.9-
YUV77.36171.81125.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.26%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=25.26%
G=21.84%
B=52.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74641550.520.5900.39246.5941.5542.94
Hex4A409B343B027f72a2b
Octal11210023364730473675253
Binary1001010100000010011011110100111011010011111110111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,64,155); }

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

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

 a { background-color: rgb(74,64,155); }

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

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

 span { border-color: rgb(74,64,155); }

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