#4B38AE

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

Shades of Blue Gem #4B38AE

Tints of Blue Gem #4B38AE

Color information

#4B38AE (or 0x4B38AE) is unknown color: approx Blue Gem. HEX triplet: 4B, 38 and AE. RGB value is (75,56,174). Sum of RGB (Red+Green+Blue) = 75+56+174=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B38AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B38AE is #B4C751. Grayscale: #4A4A4A. Windows color (decimal): -11847506 or 11417675. OLE color: 11417675.

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

Color convert

RGB7556174-
CMYK0.570.6800.32
HSL249.66º51.3%45.1%-
HSV(B)249.66º67.82%68.24%-
XYZ11.967.3840.84-
YUV75.13183.79127.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=24.59%
G=18.36%
B=57.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75561740.570.6800.32249.6651.345.1
Hex4B38AE3944020fa332d
Octal11370256711040403726355
Binary1001011111000101011101110011000100010000011111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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