#4B309C

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

Shades of Blue Gem #4B309C

Tints of Blue Gem #4B309C

Color information

#4B309C (or 0x4B309C) is unknown color: approx Blue Gem. HEX triplet: 4B, 30 and 9C. RGB value is (75,48,156). Sum of RGB (Red+Green+Blue) = 75+48+156=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B309C is #B4CF63. Grayscale: #434343. Windows color (decimal): -11849572 or 10235979. OLE color: 10235979.

HSL color Cylindrical-coordinate representation of color #4B309C: hue angle of 255º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B309C is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7548156-
CMYK0.520.6900.39
HSL255º52.94%40%-
HSV(B)255º69.23%61.18%-
XYZ9.966.0132.09-
YUV68.38177.45132.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 156 (61.33% from 255) = 55.91%
R=26.88%
G=17.20%
B=55.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75481560.520.6900.3925552.9440
Hex4B309C3445027ff3528
Octal11360234641050473776550
Binary1001011110000100111001101001000101010011111111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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