Html Css Color HEX #4E336D Blue Diamond

📋 copy color: '#4E336D'

red 78 ◦ green 51 ◦ blue 109

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

Shades of Blue Diamond #4E336D

Tints of Blue Diamond #4E336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 32.77%
G = 21.43%
B = 45.8%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E336D (or 0x4E336D) is known color: Blue Diamond. HEX triplet: 4E, 33 and 6D. RGB value is (78,51,109). Sum of RGB (Red+Green+Blue) = 78+51+109=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E336D is #B1CC92. Grayscale: #414141. Windows color (decimal): -11652243 or 7156558. OLE color: 7156558.

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

Color convert

RGB 78 51 109 -
CMYK 0.28 0.53 0 0.57
HSL 267.93º 0.36% 0.31% -
HSV(B) 267.93º 0.53% 0.43% -
XYZ 7.09 5.09 15.08 -
YUV 65.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 78 51 109 0.28 0.53 0 0.57 267.93 0.36 0.31
Hex 4E 33 6D 1C 35 0 39 10C 24 1F
Octal 116 63 155 34 65 0 71 414 44 37
Binary 1001110 110011 1101101 11100 110101 0 111001 100001100 100100 11111

Color Harmonies of #4E336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E336D

Black with #4E336D

Text Example


Text Example

White with #4E336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,51,109); }

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

background-color css

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

 a { background-color: rgb(78,51,109); }

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

border-color css

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

 span { border-color: rgb(78,51,109); }

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