Html Css Color HEX #4E3373 Blue Diamond

📋 copy color: '#4E3373'

red 78 ◦ green 51 ◦ blue 115

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

Shades of Blue Diamond #4E3373

Tints of Blue Diamond #4E3373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

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

R = 31.97%
G = 20.9%
B = 47.13%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E3373 (or 0x4E3373) is known color: Blue Diamond. HEX triplet: 4E, 33 and 73. RGB value is (78,51,115). Sum of RGB (Red+Green+Blue) = 78+51+115=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E3373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3373 is #B1CC8C. Grayscale: #424242. Windows color (decimal): -11652237 or 7549774. OLE color: 7549774.

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

Color convert

RGB 78 51 115 -
CMYK 0.32 0.56 0 0.55
HSL 265.31º 0.39% 0.33% -
HSV(B) 265.31º 0.56% 0.45% -
XYZ 7.42 5.23 16.84 -
YUV 66.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 78 51 115 0.32 0.56 0 0.55 265.31 0.39 0.33
Hex 4E 33 73 20 38 0 37 109 27 21
Octal 116 63 163 40 70 0 67 411 47 41
Binary 1001110 110011 1110011 100000 111000 0 110111 100001001 100111 100001

Color Harmonies of #4E3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3373

Black with #4E3373

Text Example


Text Example

White with #4E3373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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