Html Css Color HEX #4D1774 Blue Diamond

📋 copy color: '#4D1774'

red 77 ◦ green 23 ◦ blue 116

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

Shades of Blue Diamond #4D1774

Tints of Blue Diamond #4D1774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 35.65%
G = 10.65%
B = 53.7%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D1774 (or 0x4D1774) is known color: Blue Diamond. HEX triplet: 4D, 17 and 74. RGB value is (77,23,116). Sum of RGB (Red+Green+Blue) = 77+23+116=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D1774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1774 is #B2E88B. Grayscale: #313131. Windows color (decimal): -11724940 or 7608141. OLE color: 7608141.

HSL color Cylindrical-coordinate representation of color #4D1774: hue angle of 274.84º 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 #4D1774 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 23 116 -
CMYK 0.34 0.80 0 0.55
HSL 274.84º 0.67% 0.27% -
HSV(B) 274.84º 0.8% 0.45% -
XYZ 6.52 3.45 16.85 -
YUV 49.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 77 23 116 0.34 0.80 0 0.55 274.84 0.67 0.27
Hex 4D 17 74 22 50 0 37 113 43 1B
Octal 115 27 164 42 120 0 67 423 103 33
Binary 1001101 10111 1110100 100010 1010000 0 110111 100010011 1000011 11011

Color Harmonies of #4D1774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1774

Black with #4D1774

Text Example


Text Example

White with #4D1774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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