#4B39AD

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

Shades of Blue Gem #4B39AD

Tints of Blue Gem #4B39AD

Color information

#4B39AD (or 0x4B39AD) is unknown color: approx Blue Gem. HEX triplet: 4B, 39 and AD. RGB value is (75,57,173). Sum of RGB (Red+Green+Blue) = 75+57+173=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B39AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B39AD is #B4C652. Grayscale: #4B4B4B. Windows color (decimal): -11847251 or 11352395. OLE color: 11352395.

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

Color convert

RGB7557173-
CMYK0.570.6700.32
HSL249.31º50.43%45.1%-
HSV(B)249.31º67.05%67.84%-
XYZ11.917.4440.34-
YUV75.61182.96127.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=24.59%
G=18.69%
B=56.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75571730.570.6700.32249.3150.4345.1
Hex4B39AD3943020f9322d
Octal11371255711030403716255
Binary1001011111001101011011110011000011010000011111001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,173); }

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

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

 a { background-color: rgb(75,57,173); }

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

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

 span { border-color: rgb(75,57,173); }

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