Html Css Color HEX #4D1773 Blue Diamond

📋 copy color: '#4D1773'

red 77 ◦ green 23 ◦ blue 115

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

Shades of Blue Diamond #4D1773

Tints of Blue Diamond #4D1773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

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

R = 35.81%
G = 10.7%
B = 53.49%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D1773 (or 0x4D1773) is known color: Blue Diamond. HEX triplet: 4D, 17 and 73. RGB value is (77,23,115). Sum of RGB (Red+Green+Blue) = 77+23+115=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D1773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1773 is #B2E88C. Grayscale: #313131. Windows color (decimal): -11724941 or 7542605. OLE color: 7542605.

HSL color Cylindrical-coordinate representation of color #4D1773: hue angle of 275.22º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1773 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 23 115 -
CMYK 0.33 0.80 0 0.55
HSL 275.22º 0.67% 0.27% -
HSV(B) 275.22º 0.8% 0.45% -
XYZ 6.46 3.43 16.54 -
YUV 49.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 77 23 115 0.33 0.80 0 0.55 275.22 0.67 0.27
Hex 4D 17 73 21 50 0 37 113 43 1B
Octal 115 27 163 41 120 0 67 423 103 33
Binary 1001101 10111 1110011 100001 1010000 0 110111 100010011 1000011 11011

Color Harmonies of #4D1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1773

Black with #4D1773

Text Example


Text Example

White with #4D1773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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