#4D3089

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

Shades of Blue Gem #4D3089

Tints of Blue Gem #4D3089

Color information

#4D3089 (or 0x4D3089) is unknown color: approx Blue Gem. HEX triplet: 4D, 30 and 89. RGB value is (77,48,137). Sum of RGB (Red+Green+Blue) = 77+48+137=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D3089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3089 is #B2CF76. Grayscale: #424242. Windows color (decimal): -11718519 or 8990797. OLE color: 8990797.

HSL color Cylindrical-coordinate representation of color #4D3089: hue angle of 259.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D3089 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7748137-
CMYK0.440.6500.46
HSL259.55º48.11%36.27%-
HSV(B)259.55º64.96%53.73%-
XYZ8.635.524.27-
YUV66.82167.61135.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.39%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 137 (53.91% from 255) = 52.29%
R=29.39%
G=18.32%
B=52.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77481370.440.6500.46259.5548.1136.27
Hex4D30892C4102E1043024
Octal11560211541010564046044
Binary10011011100001000100110110010000010101110100000100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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