#4b2baa

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

Shades of Blue Gem #4B2BAA

Tints of Blue Gem #4B2BAA

Color information

#4B2BAA (or 0x4B2BAA) is unknown color: approx Blue Gem. HEX triplet: 4B, 2B and AA. RGB value is (75,43,170). Sum of RGB (Red+Green+Blue) = 75+43+170=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B2BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2BAA is #B4D455. Grayscale: #424242. Windows color (decimal): -11850838 or 11152203. OLE color: 11152203.

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

Color convert

RGB7543170-
CMYK0.560.7500.33
HSL255.12º59.62%41.76%-
HSV(B)255.12º74.71%66.67%-
XYZ11.026.1338.63-
YUV67.05186.1133.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.04%
GREEN value IS 43 (17.19% from 255) = 14.93%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=26.04%
G=14.93%
B=59.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75431700.560.7500.33255.1259.6241.76
Hex4B2BAA384B021ff3c2a
Octal11353252701130413777452
Binary1001011101011101010101110001001011010000111111111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b2baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,43,170); }

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

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

 a { background-color: rgb(75,43,170); }

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

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

 span { border-color: rgb(75,43,170); }

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