#4a33aa

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

Shades of Blue Gem #4A33AA

Tints of Blue Gem #4A33AA

Color information

#4A33AA (or 0x4A33AA) is unknown color: approx Blue Gem. HEX triplet: 4A, 33 and AA. RGB value is (74,51,170). Sum of RGB (Red+Green+Blue) = 74+51+170=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A33AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A33AA is #B5CC55. Grayscale: #464646. Windows color (decimal): -11914326 or 11154250. OLE color: 11154250.

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

Color convert

RGB7451170-
CMYK0.560.700.33
HSL251.6º53.85%43.33%-
HSV(B)251.6º70%66.67%-
XYZ11.266.7338.73-
YUV71.44183.62129.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.08%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 170 (66.80% from 255) = 57.63%
R=25.08%
G=17.29%
B=57.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74511700.560.700.33251.653.8543.33
Hex4A33AA3846021fc362b
Octal11263252701060413746653
Binary1001010110011101010101110001000110010000111111100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a33aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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