#4C309B

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

Shades of Blue Gem #4C309B

Tints of Blue Gem #4C309B

Color information

#4C309B (or 0x4C309B) is unknown color: approx Blue Gem. HEX triplet: 4C, 30 and 9B. RGB value is (76,48,155). Sum of RGB (Red+Green+Blue) = 76+48+155=279 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.24% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C309B is #B3CF64. Grayscale: #444444. Windows color (decimal): -11784037 or 10170444. OLE color: 10170444.

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

Color convert

RGB7648155-
CMYK0.510.6900.39
HSL255.7º52.71%39.8%-
HSV(B)255.7º69.03%60.78%-
XYZ9.956.0231.65-
YUV68.57176.78133.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.24%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=27.24%
G=17.20%
B=55.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76481550.510.6900.39255.752.7139.8
Hex4C309B33450271003528
Octal11460233631050474006550
Binary10011001100001001101111001110001010100111100000000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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