#4B2DAC

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

Shades of Blue Gem #4B2DAC

Tints of Blue Gem #4B2DAC

Color information

#4B2DAC (or 0x4B2DAC) is unknown color: approx Blue Gem. HEX triplet: 4B, 2D and AC. RGB value is (75,45,172). Sum of RGB (Red+Green+Blue) = 75+45+172=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B2DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2DAC is #B4D253. Grayscale: #434343. Windows color (decimal): -11850324 or 11283787. OLE color: 11283787.

HSL color Cylindrical-coordinate representation of color #4B2DAC: hue angle of 254.17º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B2DAC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7545172-
CMYK0.560.7400.33
HSL254.17º58.53%42.55%-
HSV(B)254.17º73.84%67.45%-
XYZ11.296.3539.66-
YUV68.45186.44132.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.68%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 172 (67.58% from 255) = 58.90%
R=25.68%
G=15.41%
B=58.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75451720.560.7400.33254.1758.5342.55
Hex4B2DAC384A021fe3b2b
Octal11355254701120413767353
Binary1001011101101101011001110001001010010000111111110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,45,172); }

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

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

 a { background-color: rgb(75,45,172); }

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

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

 span { border-color: rgb(75,45,172); }

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