Html Css Color HEX #4E316E Blue Diamond

📋 copy color: '#4E316E'

red 78 ◦ green 49 ◦ blue 110

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

Shades of Blue Diamond #4E316E

Tints of Blue Diamond #4E316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 32.91%
G = 20.68%
B = 46.41%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E316E (or 0x4E316E) is known color: Blue Diamond. HEX triplet: 4E, 31 and 6E. RGB value is (78,49,110). Sum of RGB (Red+Green+Blue) = 78+49+110=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E316E is #B1CE91. Grayscale: #404040. Windows color (decimal): -11652754 or 7221582. OLE color: 7221582.

HSL color Cylindrical-coordinate representation of color #4E316E: hue angle of 268.52º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E316E is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 78 49 110 -
CMYK 0.29 0.55 0 0.57
HSL 268.52º 0.38% 0.31% -
HSV(B) 268.52º 0.55% 0.43% -
XYZ 7.05 4.94 15.33 -
YUV 64.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 78 49 110 0.29 0.55 0 0.57 268.52 0.38 0.31
Hex 4E 31 6E 1D 37 0 39 10D 26 1F
Octal 116 61 156 35 67 0 71 415 46 37
Binary 1001110 110001 1101110 11101 110111 0 111001 100001101 100110 11111

Color Harmonies of #4E316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E316E

Black with #4E316E

Text Example


Text Example

White with #4E316E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,49,110); }

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

background-color css

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

 a { background-color: rgb(78,49,110); }

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

border-color css

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

 span { border-color: rgb(78,49,110); }

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