#4D369F

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

Shades of Blue Gem #4D369F

Tints of Blue Gem #4D369F

Color information

#4D369F (or 0x4D369F) is unknown color: approx Blue Gem. HEX triplet: 4D, 36 and 9F. RGB value is (77,54,159). Sum of RGB (Red+Green+Blue) = 77+54+159=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D369F is #B2C960. Grayscale: #484848. Windows color (decimal): -11716961 or 10434125. OLE color: 10434125.

HSL color Cylindrical-coordinate representation of color #4D369F: hue angle of 253.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D369F is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7754159-
CMYK0.520.6600.38
HSL253.14º49.3%41.76%-
HSV(B)253.14º66.04%62.35%-
XYZ10.646.7233.54-
YUV72.85176.62130.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.55%
GREEN value IS 54 (21.48% from 255) = 18.62%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=26.55%
G=18.62%
B=54.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77541590.520.6600.38253.1449.341.76
Hex4D369F3442026fd312a
Octal11566237641020463756152
Binary1001101110110100111111101001000010010011011111101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,54,159); }

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

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

 a { background-color: rgb(77,54,159); }

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

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

 span { border-color: rgb(77,54,159); }

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