#4A36AC

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

Shades of Blue Gem #4A36AC

Tints of Blue Gem #4A36AC

Color information

#4A36AC (or 0x4A36AC) is unknown color: approx Blue Gem. HEX triplet: 4A, 36 and AC. RGB value is (74,54,172). Sum of RGB (Red+Green+Blue) = 74+54+172=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A36AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A36AC is #B5C953. Grayscale: #484848. Windows color (decimal): -11913556 or 11286090. OLE color: 11286090.

HSL color Cylindrical-coordinate representation of color #4A36AC: hue angle of 250.17º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A36AC is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7454172-
CMYK0.570.6900.33
HSL250.17º52.21%44.31%-
HSV(B)250.17º68.6%67.45%-
XYZ11.597.0739.78-
YUV73.43183.63128.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.67%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 172 (67.58% from 255) = 57.33%
R=24.67%
G=18%
B=57.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74541720.570.6900.33250.1752.2144.31
Hex4A36AC3945021fa342c
Octal11266254711050413726454
Binary1001010110110101011001110011000101010000111111010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A36AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,54,172); }

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

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

 a { background-color: rgb(74,54,172); }

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

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

 span { border-color: rgb(74,54,172); }

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