#4B2B8E

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

Shades of Blue Gem #4B2B8E

Tints of Blue Gem #4B2B8E

Color information

#4B2B8E (or 0x4B2B8E) is unknown color: approx Blue Gem. HEX triplet: 4B, 2B and 8E. RGB value is (75,43,142). Sum of RGB (Red+Green+Blue) = 75+43+142=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #4B2B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2B8E is #B4D471. Grayscale: #3F3F3F. Windows color (decimal): -11850866 or 9317195. OLE color: 9317195.

HSL color Cylindrical-coordinate representation of color #4B2B8E: hue angle of 259.39º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B2B8E is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7543142-
CMYK0.470.7000.44
HSL259.39º53.51%36.27%-
HSV(B)259.39º69.72%55.69%-
XYZ8.655.1826.13-
YUV63.85172.1135.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.85%
GREEN value IS 43 (17.19% from 255) = 16.54%
BLUE value IS 142 (55.86% from 255) = 54.62%
R=28.85%
G=16.54%
B=54.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75431420.470.7000.44259.3953.5136.27
Hex4B2B8E2F4602C1033624
Octal11353216571060544036644
Binary10010111010111000111010111110001100101100100000011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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