#4D309E

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

Shades of Blue Gem #4D309E

Tints of Blue Gem #4D309E

Color information

#4D309E (or 0x4D309E) is unknown color: approx Blue Gem. HEX triplet: 4D, 30 and 9E. RGB value is (77,48,158). Sum of RGB (Red+Green+Blue) = 77+48+158=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D309E is #B2CF61. Grayscale: #444444. Windows color (decimal): -11718498 or 10367053. OLE color: 10367053.

HSL color Cylindrical-coordinate representation of color #4D309E: hue angle of 255.82º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D309E is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7748158-
CMYK0.510.7000.38
HSL255.82º53.4%40.39%-
HSV(B)255.82º69.62%61.96%-
XYZ10.296.1632.99-
YUV69.21178.11133.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.21%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 158 (62.11% from 255) = 55.83%
R=27.21%
G=16.96%
B=55.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77481580.510.7000.38255.8253.440.39
Hex4D309E33460261003528
Octal11560236631060464006550
Binary10011011100001001111011001110001100100110100000000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,158); }

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

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

 a { background-color: rgb(77,48,158); }

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

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

 span { border-color: rgb(77,48,158); }

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