#4121AE

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

Shades of Blue Gem #4121AE

Tints of Blue Gem #4121AE

Color information

#4121AE (or 0x4121AE) is unknown color: approx Blue Gem. HEX triplet: 41, 21 and AE. RGB value is (65,33,174). Sum of RGB (Red+Green+Blue) = 65+33+174=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #4121AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4121AE is #BEDE51. Grayscale: #3A3A3A. Windows color (decimal): -12508754 or 11411777. OLE color: 11411777.

HSL color Cylindrical-coordinate representation of color #4121AE: hue angle of 253.62º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4121AE is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6533174-
CMYK0.630.8100.32
HSL253.62º68.12%40.59%-
HSV(B)253.62º81.03%68.24%-
XYZ10.365.2740.51-
YUV58.64193.1132.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 174 (68.36% from 255) = 63.97%
R=23.90%
G=12.13%
B=63.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65331740.630.8100.32253.6268.1240.59
Hex4121AE3F51020fe4429
Octal101412567712104037610451
Binary10000011000011010111011111110100010100000111111101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4121AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4121AE; }

 p { color: rgb(65,33,174); }

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

<style>
 a { background-color: #4121AE; }

 a { background-color: rgb(65,33,174); }

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

<style>
 span { border-color: #4121AE; }

 span { border-color: rgb(65,33,174); }

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