#4B309B

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

Shades of Blue Gem #4B309B

Tints of Blue Gem #4B309B

Color information

#4B309B (or 0x4B309B) is unknown color: approx Blue Gem. HEX triplet: 4B, 30 and 9B. RGB value is (75,48,155). Sum of RGB (Red+Green+Blue) = 75+48+155=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B309B is #B4CF64. Grayscale: #434343. Windows color (decimal): -11849573 or 10170443. OLE color: 10170443.

HSL color Cylindrical-coordinate representation of color #4B309B: hue angle of 255.14º 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 #4B309B is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7548155-
CMYK0.520.6900.39
HSL255.14º52.71%39.8%-
HSV(B)255.14º69.03%60.78%-
XYZ9.875.9831.64-
YUV68.27176.95132.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 48 (19.14% from 255) = 17.27%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=26.98%
G=17.27%
B=55.76%

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
Decimal75481550.520.6900.39255.1452.7139.8
Hex4B309B3445027ff3528
Octal11360233641050473776550
Binary1001011110000100110111101001000101010011111111111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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