Html Css Color HEX #4E207C Blue Diamond

📋 copy color: '#4E207C'

red 78 ◦ green 32 ◦ blue 124

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

Shades of Blue Diamond #4E207C

Tints of Blue Diamond #4E207C

RGB

 RED value IS 78 (30.86% from 255) = 33.33%

 GREEN value IS 32 (12.89% from 255) = 13.68%

 BLUE value IS 124 (48.83% from 255) = 52.99%

R = 33.33%
G = 13.68%
B = 52.99%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E207C (or 0x4E207C) is known color: Blue Diamond. HEX triplet: 4E, 20 and 7C. RGB value is (78,32,124). Sum of RGB (Red+Green+Blue) = 78+32+124=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E207C is #B1DF83. Grayscale: #373737. Windows color (decimal): -11657092 or 8134734. OLE color: 8134734.

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

Color convert

RGB 78 32 124 -
CMYK 0.37 0.74 0 0.51
HSL 270º 0.59% 0.31% -
HSV(B) 270º 0.74% 0.49% -
XYZ 7.3 4.11 19.48 -
YUV 56.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 78 32 124 0.37 0.74 0 0.51 270 0.59 0.31
Hex 4E 20 7C 25 4A 0 33 10E 3B 1F
Octal 116 40 174 45 112 0 63 416 73 37
Binary 1001110 100000 1111100 100101 1001010 0 110011 100001110 111011 11111

Color Harmonies of #4E207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E207C

Black with #4E207C

Text Example


Text Example

White with #4E207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E207C;
 }
 .AnyTagClassName
 {
   color: #4E207C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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