Html Css Color HEX #4E346D Blue Diamond

📋 copy color: '#4E346D'

red 78 ◦ green 52 ◦ blue 109

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

Shades of Blue Diamond #4E346D

Tints of Blue Diamond #4E346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 32.64%
G = 21.76%
B = 45.61%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E346D (or 0x4E346D) is known color: Blue Diamond. HEX triplet: 4E, 34 and 6D. RGB value is (78,52,109). Sum of RGB (Red+Green+Blue) = 78+52+109=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E346D is #B1CB92. Grayscale: #424242. Windows color (decimal): -11651987 or 7156814. OLE color: 7156814.

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

Color convert

RGB 78 52 109 -
CMYK 0.28 0.52 0 0.57
HSL 267.37º 0.35% 0.32% -
HSV(B) 267.37º 0.52% 0.43% -
XYZ 7.13 5.18 15.09 -
YUV 66.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 78 52 109 0.28 0.52 0 0.57 267.37 0.35 0.32
Hex 4E 34 6D 1C 34 0 39 10B 23 20
Octal 116 64 155 34 64 0 71 413 43 40
Binary 1001110 110100 1101101 11100 110100 0 111001 100001011 100011 100000

Color Harmonies of #4E346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E346D

Black with #4E346D

Text Example


Text Example

White with #4E346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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