Html Css Color HEX #4E3273 Blue Diamond

📋 copy color: '#4E3273'

red 78 ◦ green 50 ◦ blue 115

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

Shades of Blue Diamond #4E3273

Tints of Blue Diamond #4E3273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 115 (45.31% from 255) = 47.33%

R = 32.1%
G = 20.58%
B = 47.33%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E3273 (or 0x4E3273) is known color: Blue Diamond. HEX triplet: 4E, 32 and 73. RGB value is (78,50,115). Sum of RGB (Red+Green+Blue) = 78+50+115=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E3273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3273 is #B1CD8C. Grayscale: #414141. Windows color (decimal): -11652493 or 7549518. OLE color: 7549518.

HSL color Cylindrical-coordinate representation of color #4E3273: hue angle of 265.85º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E3273 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 50 115 -
CMYK 0.32 0.57 0 0.55
HSL 265.85º 0.39% 0.32% -
HSV(B) 265.85º 0.57% 0.45% -
XYZ 7.38 5.14 16.82 -
YUV 65.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 78 50 115 0.32 0.57 0 0.55 265.85 0.39 0.32
Hex 4E 32 73 20 39 0 37 10A 27 20
Octal 116 62 163 40 71 0 67 412 47 40
Binary 1001110 110010 1110011 100000 111001 0 110111 100001010 100111 100000

Color Harmonies of #4E3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3273

Black with #4E3273

Text Example


Text Example

White with #4E3273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,50,115); }

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

background-color css

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

 a { background-color: rgb(78,50,115); }

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

border-color css

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

 span { border-color: rgb(78,50,115); }

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