#4E237C

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

Shades of Blue Diamond #4E237C

Tints of Blue Diamond #4E237C

Color information

#4E237C (or 0x4E237C) is unknown color: approx Blue Diamond. HEX triplet: 4E, 23 and 7C. RGB value is (78,35,124). Sum of RGB (Red+Green+Blue) = 78+35+124=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E237C is #B1DC83. Grayscale: #393939. Windows color (decimal): -11656324 or 8135502. OLE color: 8135502.

HSL color Cylindrical-coordinate representation of color #4E237C: hue angle of 268.99º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E237C is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7835124-
CMYK0.370.7200.51
HSL268.99º55.97%31.18%-
HSV(B)268.99º71.77%48.63%-
XYZ7.384.2819.51-
YUV58165.25142.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.91%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=32.91%
G=14.77%
B=52.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78351240.370.7200.51268.9955.9731.18
Hex4E237C254803310d381f
Octal11643174451100634157037
Binary100111010001111111001001011001000011001110000110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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