Html Css Color HEX #4E3568 Blue Diamond

📋 copy color: '#4E3568'

red 78 ◦ green 53 ◦ blue 104

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

Shades of Blue Diamond #4E3568

Tints of Blue Diamond #4E3568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.26%

R = 33.19%
G = 22.55%
B = 44.26%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E3568 (or 0x4E3568) is known color: Blue Diamond. HEX triplet: 4E, 35 and 68. RGB value is (78,53,104). Sum of RGB (Red+Green+Blue) = 78+53+104=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E3568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3568 is #B1CA97. Grayscale: #424242. Windows color (decimal): -11651736 or 6829390. OLE color: 6829390.

HSL color Cylindrical-coordinate representation of color #4E3568: hue angle of 269.41º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E3568 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 53 104 -
CMYK 0.25 0.49 0 0.59
HSL 269.41º 0.32% 0.31% -
HSV(B) 269.41º 0.49% 0.41% -
XYZ 6.91 5.17 13.73 -
YUV 66.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 78 53 104 0.25 0.49 0 0.59 269.41 0.32 0.31
Hex 4E 35 68 19 31 0 3B 10D 20 1F
Octal 116 65 150 31 61 0 73 415 40 37
Binary 1001110 110101 1101000 11001 110001 0 111011 100001101 100000 11111

Color Harmonies of #4E3568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3568

Black with #4E3568

Text Example


Text Example

White with #4E3568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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