Html Css Color HEX #4D2373 Blue Diamond

📋 copy color: '#4D2373'

red 77 ◦ green 35 ◦ blue 115

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

Shades of Blue Diamond #4D2373

Tints of Blue Diamond #4D2373

RGB

 RED value IS 77 (30.47% from 255) = 33.92%

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 33.92%
G = 15.42%
B = 50.66%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D2373 (or 0x4D2373) is known color: Blue Diamond. HEX triplet: 4D, 23 and 73. RGB value is (77,35,115). Sum of RGB (Red+Green+Blue) = 77+35+115=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D2373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2373 is #B2DC8C. Grayscale: #383838. Windows color (decimal): -11721869 or 7545677. OLE color: 7545677.

HSL color Cylindrical-coordinate representation of color #4D2373: hue angle of 271.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D2373 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 35 115 -
CMYK 0.33 0.70 0 0.55
HSL 271.5º 0.53% 0.29% -
HSV(B) 271.5º 0.7% 0.45% -
XYZ 6.76 4.02 16.64 -
YUV 56.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 77 35 115 0.33 0.70 0 0.55 271.5 0.53 0.29
Hex 4D 23 73 21 46 0 37 110 35 1D
Octal 115 43 163 41 106 0 67 420 65 35
Binary 1001101 100011 1110011 100001 1000110 0 110111 100010000 110101 11101

Color Harmonies of #4D2373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2373

Black with #4D2373

Text Example


Text Example

White with #4D2373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,115); }

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

background-color css

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

 a { background-color: rgb(77,35,115); }

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

border-color css

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

 span { border-color: rgb(77,35,115); }

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