Html Css Color HEX #4E3165 Blue Diamond

📋 copy color: '#4E3165'

red 78 ◦ green 49 ◦ blue 101

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

Shades of Blue Diamond #4E3165

Tints of Blue Diamond #4E3165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.3%

R = 34.21%
G = 21.49%
B = 44.3%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4E3165 (or 0x4E3165) is known color: Blue Diamond. HEX triplet: 4E, 31 and 65. RGB value is (78,49,101). Sum of RGB (Red+Green+Blue) = 78+49+101=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E3165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3165 is #B1CE9A. Grayscale: #3F3F3F. Windows color (decimal): -11652763 or 6631758. OLE color: 6631758.

HSL color Cylindrical-coordinate representation of color #4E3165: hue angle of 273.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E3165 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 78 49 101 -
CMYK 0.23 0.51 0 0.60
HSL 273.46º 0.35% 0.29% -
HSV(B) 273.46º 0.51% 0.4% -
XYZ 6.59 4.76 12.88 -
YUV 63.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 78 49 101 0.23 0.51 0 0.60 273.46 0.35 0.29
Hex 4E 31 65 17 33 0 3C 111 23 1D
Octal 116 61 145 27 63 0 74 421 43 35
Binary 1001110 110001 1100101 10111 110011 0 111100 100010001 100011 11101

Color Harmonies of #4E3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3165

Black with #4E3165

Text Example


Text Example

White with #4E3165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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