#4B3496

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

Shades of Blue Gem #4B3496

Tints of Blue Gem #4B3496

Color information

#4B3496 (or 0x4B3496) is unknown color: approx Blue Gem. HEX triplet: 4B, 34 and 96. RGB value is (75,52,150). Sum of RGB (Red+Green+Blue) = 75+52+150=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B3496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3496 is #B4CB69. Grayscale: #454545. Windows color (decimal): -11848554 or 9843787. OLE color: 9843787.

HSL color Cylindrical-coordinate representation of color #4B3496: hue angle of 254.08º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B3496 is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7552150-
CMYK0.50.6500.41
HSL254.08º48.51%39.61%-
HSV(B)254.08º65.33%58.82%-
XYZ9.636.1529.53-
YUV70.05173.12131.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=27.08%
G=18.77%
B=54.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75521500.50.6500.41254.0848.5139.61
Hex4B34963241029fe3128
Octal11364226621010513766150
Binary1001011110100100101101100101000001010100111111110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,150); }

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

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

 a { background-color: rgb(75,52,150); }

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

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

 span { border-color: rgb(75,52,150); }

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