#4D4195

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

Shades of Blue Gem #4D4195

Tints of Blue Gem #4D4195

Color information

#4D4195 (or 0x4D4195) is unknown color: approx Blue Gem. HEX triplet: 4D, 41 and 95. RGB value is (77,65,149). Sum of RGB (Red+Green+Blue) = 77+65+149=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D4195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4195 is #B2BE6A. Grayscale: #4D4D4D. Windows color (decimal): -11714155 or 9781581. OLE color: 9781581.

HSL color Cylindrical-coordinate representation of color #4D4195: hue angle of 248.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4195 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7765149-
CMYK0.480.5600.42
HSL248.57º39.25%41.96%-
HSV(B)248.57º56.38%58.43%-
XYZ10.387.5329.34-
YUV78.16167.98127.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.46%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=26.46%
G=22.34%
B=51.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77651490.480.5600.42248.5739.2541.96
Hex4D4195303802Af9272a
Octal11510122560700523714752
Binary1001101100000110010101110000111000010101011111001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,65,149); }

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

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

 a { background-color: rgb(77,65,149); }

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

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

 span { border-color: rgb(77,65,149); }

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