#4B3BAE

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

Shades of Blue Gem #4B3BAE

Tints of Blue Gem #4B3BAE

Color information

#4B3BAE (or 0x4B3BAE) is unknown color: approx Blue Gem. HEX triplet: 4B, 3B and AE. RGB value is (75,59,174). Sum of RGB (Red+Green+Blue) = 75+59+174=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3BAE is #B4C451. Grayscale: #4C4C4C. Windows color (decimal): -11846738 or 11418443. OLE color: 11418443.

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

Color convert

RGB7559174-
CMYK0.570.6600.32
HSL248.35º49.36%45.69%-
HSV(B)248.35º66.09%68.24%-
XYZ12.117.6840.89-
YUV76.89182.8126.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=24.35%
G=19.16%
B=56.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75591740.570.6600.32248.3549.3645.69
Hex4B3BAE3942020f8312e
Octal11373256711020403706156
Binary1001011111011101011101110011000010010000011111000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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