#4E3175

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

Shades of Blue Diamond #4E3175

Tints of Blue Diamond #4E3175

Color information

#4E3175 (or 0x4E3175) is unknown color: approx Blue Diamond. HEX triplet: 4E, 31 and 75. RGB value is (78,49,117). Sum of RGB (Red+Green+Blue) = 78+49+117=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E3175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3175 is #B1CE8A. Grayscale: #414141. Windows color (decimal): -11652747 or 7680334. OLE color: 7680334.

HSL color Cylindrical-coordinate representation of color #4E3175: hue angle of 265.59º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E3175 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7849117-
CMYK0.330.5800.54
HSL265.59º40.96%32.55%-
HSV(B)265.59º58.12%45.88%-
XYZ7.455.117.42-
YUV65.42157.11136.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.97%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=31.97%
G=20.08%
B=47.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78491170.330.5800.54265.5940.9632.55
Hex4E3175213A03610a2921
Octal1166116541720664125141
Binary100111011000111101011000011110100110110100001010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,117); }

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

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

 a { background-color: rgb(78,49,117); }

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

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

 span { border-color: rgb(78,49,117); }

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