Html Css Color HEX #4E3075 Blue Diamond

📋 copy color: '#4E3075'

red 78 ◦ green 48 ◦ blue 117

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

Shades of Blue Diamond #4E3075

Tints of Blue Diamond #4E3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.75%

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 32.1%
G = 19.75%
B = 48.15%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4E3075 (or 0x4E3075) is known color: Blue Diamond. HEX triplet: 4E, 30 and 75. RGB value is (78,48,117). Sum of RGB (Red+Green+Blue) = 78+48+117=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E3075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3075 is #B1CF8A. Grayscale: #404040. Windows color (decimal): -11653003 or 7680078. OLE color: 7680078.

HSL color Cylindrical-coordinate representation of color #4E3075: hue angle of 266.09º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E3075 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 48 117 -
CMYK 0.33 0.59 0 0.54
HSL 266.09º 0.42% 0.32% -
HSV(B) 266.09º 0.59% 0.46% -
XYZ 7.41 5.02 17.41 -
YUV 64.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 78 48 117 0.33 0.59 0 0.54 266.09 0.42 0.32
Hex 4E 30 75 21 3B 0 36 10A 2A 20
Octal 116 60 165 41 73 0 66 412 52 40
Binary 1001110 110000 1110101 100001 111011 0 110110 100001010 101010 100000

Color Harmonies of #4E3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3075

Black with #4E3075

Text Example


Text Example

White with #4E3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,48,117); }

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

background-color css

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

 a { background-color: rgb(78,48,117); }

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

border-color css

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

 span { border-color: rgb(78,48,117); }

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