#4A38AE

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

Shades of Blue Gem #4A38AE

Tints of Blue Gem #4A38AE

Color information

#4A38AE (or 0x4A38AE) is unknown color: approx Blue Gem. HEX triplet: 4A, 38 and AE. RGB value is (74,56,174). Sum of RGB (Red+Green+Blue) = 74+56+174=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A38AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A38AE is #B5C751. Grayscale: #4A4A4A. Windows color (decimal): -11913042 or 11417674. OLE color: 11417674.

HSL color Cylindrical-coordinate representation of color #4A38AE: hue angle of 249.15º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A38AE is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7456174-
CMYK0.570.6800.32
HSL249.15º51.3%45.1%-
HSV(B)249.15º67.82%68.24%-
XYZ11.887.3440.84-
YUV74.83183.96127.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.34%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 174 (68.36% from 255) = 57.24%
R=24.34%
G=18.42%
B=57.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74561740.570.6800.32249.1551.345.1
Hex4A38AE3944020f9332d
Octal11270256711040403716355
Binary1001010111000101011101110011000100010000011111001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,56,174); }

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

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

 a { background-color: rgb(74,56,174); }

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

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

 span { border-color: rgb(74,56,174); }

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