#4B36AE

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

Shades of Blue Gem #4B36AE

Tints of Blue Gem #4B36AE

Color information

#4B36AE (or 0x4B36AE) is unknown color: approx Blue Gem. HEX triplet: 4B, 36 and AE. RGB value is (75,54,174). Sum of RGB (Red+Green+Blue) = 75+54+174=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B36AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B36AE is #B4C951. Grayscale: #494949. Windows color (decimal): -11848018 or 11417163. OLE color: 11417163.

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

Color convert

RGB7554174-
CMYK0.570.6900.32
HSL250.5º52.63%44.71%-
HSV(B)250.5º68.97%68.24%-
XYZ11.867.1940.81-
YUV73.96184.46128.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.75%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=24.75%
G=17.82%
B=57.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75541740.570.6900.32250.552.6344.71
Hex4B36AE3945020fa352d
Octal11366256711050403726555
Binary1001011110110101011101110011000101010000011111010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,174); }

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

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

 a { background-color: rgb(75,54,174); }

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

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

 span { border-color: rgb(75,54,174); }

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