Html Css Color HEX #4D1973 Blue Diamond

📋 copy color: '#4D1973'

red 77 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #4D1973

Tints of Blue Diamond #4D1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

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

R = 35.48%
G = 11.52%
B = 53%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D1973 (or 0x4D1973) is known color: Blue Diamond. HEX triplet: 4D, 19 and 73. RGB value is (77,25,115). Sum of RGB (Red+Green+Blue) = 77+25+115=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D1973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1973 is #B2E68C. Grayscale: #323232. Windows color (decimal): -11724429 or 7543117. OLE color: 7543117.

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

Color convert

RGB 77 25 115 -
CMYK 0.33 0.78 0 0.55
HSL 274.67º 0.64% 0.27% -
HSV(B) 274.67º 0.78% 0.45% -
XYZ 6.5 3.51 16.55 -
YUV 50.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 77 25 115 0.33 0.78 0 0.55 274.67 0.64 0.27
Hex 4D 19 73 21 4E 0 37 113 40 1B
Octal 115 31 163 41 116 0 67 423 100 33
Binary 1001101 11001 1110011 100001 1001110 0 110111 100010011 1000000 11011

Color Harmonies of #4D1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1973

Black with #4D1973

Text Example


Text Example

White with #4D1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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