Html Css Color HEX #4E356C Blue Diamond

📋 copy color: '#4E356C'

red 78 ◦ green 53 ◦ blue 108

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

Shades of Blue Diamond #4E356C

Tints of Blue Diamond #4E356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 32.64%
G = 22.18%
B = 45.19%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E356C (or 0x4E356C) is known color: Blue Diamond. HEX triplet: 4E, 35 and 6C. RGB value is (78,53,108). Sum of RGB (Red+Green+Blue) = 78+53+108=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E356C is #B1CA93. Grayscale: #424242. Windows color (decimal): -11651732 or 7091534. OLE color: 7091534.

HSL color Cylindrical-coordinate representation of color #4E356C: hue angle of 267.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E356C is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 53 108 -
CMYK 0.28 0.51 0 0.58
HSL 267.27º 0.34% 0.32% -
HSV(B) 267.27º 0.51% 0.42% -
XYZ 7.12 5.25 14.83 -
YUV 66.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 78 53 108 0.28 0.51 0 0.58 267.27 0.34 0.32
Hex 4E 35 6C 1C 33 0 3A 10B 22 20
Octal 116 65 154 34 63 0 72 413 42 40
Binary 1001110 110101 1101100 11100 110011 0 111010 100001011 100010 100000

Color Harmonies of #4E356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E356C

Black with #4E356C

Text Example


Text Example

White with #4E356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,53,108); }

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

background-color css

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

 a { background-color: rgb(78,53,108); }

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

border-color css

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

 span { border-color: rgb(78,53,108); }

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