#4D308E

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

Shades of Blue Gem #4D308E

Tints of Blue Gem #4D308E

Color information

#4D308E (or 0x4D308E) is unknown color: approx Blue Gem. HEX triplet: 4D, 30 and 8E. RGB value is (77,48,142). Sum of RGB (Red+Green+Blue) = 77+48+142=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D308E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D308E is #B2CF71. Grayscale: #434343. Windows color (decimal): -11718514 or 9318477. OLE color: 9318477.

HSL color Cylindrical-coordinate representation of color #4D308E: hue angle of 258.51º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D308E is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7748142-
CMYK0.460.6600.44
HSL258.51º49.47%37.25%-
HSV(B)258.51º66.2%55.69%-
XYZ95.6426.21-
YUV67.39170.11134.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.84%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=28.84%
G=17.98%
B=53.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77481420.460.6600.44258.5149.4737.25
Hex4D308E2E4202C1033125
Octal11560216561020544036145
Binary10011011100001000111010111010000100101100100000011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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