#4D308D

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

Shades of Blue Gem #4D308D

Tints of Blue Gem #4D308D

Color information

#4D308D (or 0x4D308D) is unknown color: approx Blue Gem. HEX triplet: 4D, 30 and 8D. RGB value is (77,48,141). Sum of RGB (Red+Green+Blue) = 77+48+141=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D308D is #B2CF72. Grayscale: #424242. Windows color (decimal): -11718515 or 9252941. OLE color: 9252941.

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

Color convert

RGB7748141-
CMYK0.450.6600.45
HSL258.71º49.21%37.06%-
HSV(B)258.71º65.96%55.29%-
XYZ8.935.6125.81-
YUV67.27169.61134.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.95%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=28.95%
G=18.05%
B=53.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77481410.450.6600.45258.7149.2137.06
Hex4D308D2D4202D1033125
Octal11560215551020554036145
Binary10011011100001000110110110110000100101101100000011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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