#4B2D8A

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

Shades of Blue Gem #4B2D8A

Tints of Blue Gem #4B2D8A

Color information

#4B2D8A (or 0x4B2D8A) is unknown color: approx Blue Gem. HEX triplet: 4B, 2D and 8A. RGB value is (75,45,138). Sum of RGB (Red+Green+Blue) = 75+45+138=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B2D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2D8A is #B4D275. Grayscale: #404040. Windows color (decimal): -11850358 or 9055563. OLE color: 9055563.

HSL color Cylindrical-coordinate representation of color #4B2D8A: hue angle of 259.35º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2D8A is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7545138-
CMYK0.460.6700.46
HSL259.35º50.82%35.88%-
HSV(B)259.35º67.39%54.12%-
XYZ8.435.2124.61-
YUV64.57169.44135.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.07%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 138 (54.30% from 255) = 53.49%
R=29.07%
G=17.44%
B=53.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75451380.460.6700.46259.3550.8235.88
Hex4B2D8A2E4302E1033324
Octal11355212561030564036344
Binary10010111011011000101010111010000110101110100000011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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