#4E237F

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

Shades of Blue Diamond #4E237F

Tints of Blue Diamond #4E237F

Color information

#4E237F (or 0x4E237F) is unknown color: approx Blue Diamond. HEX triplet: 4E, 23 and 7F. RGB value is (78,35,127). Sum of RGB (Red+Green+Blue) = 78+35+127=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E237F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E237F is #B1DC80. Grayscale: #3A3A3A. Windows color (decimal): -11656321 or 8332110. OLE color: 8332110.

HSL color Cylindrical-coordinate representation of color #4E237F: hue angle of 268.04º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E237F is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7835127-
CMYK0.390.7200.50
HSL268.04º56.79%31.76%-
HSV(B)268.04º72.44%49.8%-
XYZ7.574.3520.52-
YUV58.34166.75142.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 127 (50% from 255) = 52.92%
R=32.5%
G=14.58%
B=52.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78351270.390.7200.50268.0456.7931.76
Hex4E237F274803210c3920
Octal11643177471100624147140
Binary1001110100011111111110011110010000110010100001100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,35,127); }

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

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

 a { background-color: rgb(78,35,127); }

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

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

 span { border-color: rgb(78,35,127); }

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