Html Css Color HEX #4E3578 Blue Diamond

📋 copy color: '#4E3578'

red 78 ◦ green 53 ◦ blue 120

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

Shades of Blue Diamond #4E3578

Tints of Blue Diamond #4E3578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.81%

R = 31.08%
G = 21.12%
B = 47.81%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E3578 (or 0x4E3578) is known color: Blue Diamond. HEX triplet: 4E, 35 and 78. RGB value is (78,53,120). Sum of RGB (Red+Green+Blue) = 78+53+120=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E3578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3578 is #B1CA87. Grayscale: #434343. Windows color (decimal): -11651720 or 7877966. OLE color: 7877966.

HSL color Cylindrical-coordinate representation of color #4E3578: hue angle of 262.39º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E3578 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 53 120 -
CMYK 0.35 0.56 0 0.53
HSL 262.39º 0.39% 0.34% -
HSV(B) 262.39º 0.56% 0.47% -
XYZ 7.81 5.52 18.42 -
YUV 68.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 78 53 120 0.35 0.56 0 0.53 262.39 0.39 0.34
Hex 4E 35 78 23 38 0 35 106 27 22
Octal 116 65 170 43 70 0 65 406 47 42
Binary 1001110 110101 1111000 100011 111000 0 110101 100000110 100111 100010

Color Harmonies of #4E3578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3578

Black with #4E3578

Text Example


Text Example

White with #4E3578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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