Html Css Color HEX #4E237C Blue Diamond

📋 copy color: '#4E237C'

red 78 ◦ green 35 ◦ blue 124

#4E237C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #4E237C

Tints of Blue Diamond #4E237C

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 value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E237C (or 0x4E237C) is known color: 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

RGB 78 35 124 -
CMYK 0.37 0.72 0 0.51
HSL 268.99º 0.56% 0.31% -
HSV(B) 268.99º 0.72% 0.49% -
XYZ 7.38 4.28 19.51 -
YUV 58 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 78 35 124 0.37 0.72 0 0.51 268.99 0.56 0.31
Hex 4E 23 7C 25 48 0 33 10D 38 1F
Octal 116 43 174 45 110 0 63 415 70 37
Binary 1001110 100011 1111100 100101 1001000 0 110011 100001101 111000 11111

Color Harmonies of #4E237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E237C

Black with #4E237C

Text Example


Text Example

White with #4E237C

Text Example


Text Example

HTML Codes & Css Web 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>