#4A33AC

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

Shades of Blue Gem #4A33AC

Tints of Blue Gem #4A33AC

Color information

#4A33AC (or 0x4A33AC) is unknown color: approx Blue Gem. HEX triplet: 4A, 33 and AC. RGB value is (74,51,172). Sum of RGB (Red+Green+Blue) = 74+51+172=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A33AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A33AC is #B5CC53. Grayscale: #474747. Windows color (decimal): -11914324 or 11285322. OLE color: 11285322.

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

Color convert

RGB7451172-
CMYK0.570.7000.33
HSL251.4º54.26%43.73%-
HSV(B)251.4º70.35%67.45%-
XYZ11.456.839.74-
YUV71.67184.62129.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.92%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 172 (67.58% from 255) = 57.91%
R=24.92%
G=17.17%
B=57.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74511720.570.7000.33251.454.2643.73
Hex4A33AC3946021fb362c
Octal11263254711060413736654
Binary1001010110011101011001110011000110010000111111011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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