Html Css Color HEX #4E2075 Blue Diamond

📋 copy color: '#4E2075'

red 78 ◦ green 32 ◦ blue 117

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

Shades of Blue Diamond #4E2075

Tints of Blue Diamond #4E2075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

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

R = 34.36%
G = 14.1%
B = 51.54%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4E2075 (or 0x4E2075) is known color: Blue Diamond. HEX triplet: 4E, 20 and 75. RGB value is (78,32,117). Sum of RGB (Red+Green+Blue) = 78+32+117=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E2075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2075 is #B1DF8A. Grayscale: #373737. Windows color (decimal): -11657099 or 7675982. OLE color: 7675982.

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

Color convert

RGB 78 32 117 -
CMYK 0.33 0.73 0 0.54
HSL 272.47º 0.57% 0.29% -
HSV(B) 272.47º 0.73% 0.46% -
XYZ 6.87 3.94 17.23 -
YUV 55.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 78 32 117 0.33 0.73 0 0.54 272.47 0.57 0.29
Hex 4E 20 75 21 49 0 36 110 39 1D
Octal 116 40 165 41 111 0 66 420 71 35
Binary 1001110 100000 1110101 100001 1001001 0 110110 100010000 111001 11101

Color Harmonies of #4E2075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2075

Black with #4E2075

Text Example


Text Example

White with #4E2075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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