Html Css Color HEX #4E2977 Blue Diamond

📋 copy color: '#4E2977'

red 78 ◦ green 41 ◦ blue 119

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

Shades of Blue Diamond #4E2977

Tints of Blue Diamond #4E2977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

 BLUE value IS 119 (46.88% from 255) = 50%

R = 32.77%
G = 17.23%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E2977 (or 0x4E2977) is known color: Blue Diamond. HEX triplet: 4E, 29 and 77. RGB value is (78,41,119). Sum of RGB (Red+Green+Blue) = 78+41+119=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #4E2977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2977 is #B1D688. Grayscale: #3C3C3C. Windows color (decimal): -11654793 or 7809358. OLE color: 7809358.

HSL color Cylindrical-coordinate representation of color #4E2977: hue angle of 268.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E2977 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 41 119 -
CMYK 0.34 0.66 0 0.53
HSL 268.46º 0.49% 0.31% -
HSV(B) 268.46º 0.66% 0.47% -
XYZ 7.26 4.54 17.95 -
YUV 60.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 78 41 119 0.34 0.66 0 0.53 268.46 0.49 0.31
Hex 4E 29 77 22 42 0 35 10C 31 1F
Octal 116 51 167 42 102 0 65 414 61 37
Binary 1001110 101001 1110111 100010 1000010 0 110101 100001100 110001 11111

Color Harmonies of #4E2977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2977

Black with #4E2977

Text Example


Text Example

White with #4E2977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,41,119); }

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

background-color css

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

 a { background-color: rgb(78,41,119); }

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

border-color css

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

 span { border-color: rgb(78,41,119); }

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