#4E1975

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

Shades of Blue Diamond #4E1975

Tints of Blue Diamond #4E1975

Color information

#4E1975 (or 0x4E1975) is unknown color: approx Blue Diamond. HEX triplet: 4E, 19 and 75. RGB value is (78,25,117). Sum of RGB (Red+Green+Blue) = 78+25+117=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E1975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1975 is #B1E68A. Grayscale: #333333. Windows color (decimal): -11658891 or 7674190. OLE color: 7674190.

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

Color convert

RGB7825117-
CMYK0.330.7900.54
HSL274.57º64.79%27.84%-
HSV(B)274.57º78.63%45.88%-
XYZ6.73.617.17-
YUV51.34165.06147.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.45%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=35.45%
G=11.36%
B=53.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78251170.330.7900.54274.5764.7927.84
Hex4E1975214F036113411c
Octal116311654111706642310134
Binary100111011001111010110000110011110110110100010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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