#4B3096

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

Shades of Blue Gem #4B3096

Tints of Blue Gem #4B3096

Color information

#4B3096 (or 0x4B3096) is unknown color: approx Blue Gem. HEX triplet: 4B, 30 and 96. RGB value is (75,48,150). Sum of RGB (Red+Green+Blue) = 75+48+150=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B3096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3096 is #B4CF69. Grayscale: #434343. Windows color (decimal): -11849578 or 9842763. OLE color: 9842763.

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

Color convert

RGB7548150-
CMYK0.50.6800.41
HSL255.88º51.52%38.82%-
HSV(B)255.88º68%58.82%-
XYZ9.465.8129.48-
YUV67.7174.45133.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 150 (58.98% from 255) = 54.95%
R=27.47%
G=17.58%
B=54.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75481500.50.6800.41255.8851.5238.82
Hex4B309632440291003427
Octal11360226621040514006447
Binary10010111100001001011011001010001000101001100000000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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