Html Css Color HEX #4D1972 Blue Diamond

📋 copy color: '#4D1972'

red 77 ◦ green 25 ◦ blue 114

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

Shades of Blue Diamond #4D1972

Tints of Blue Diamond #4D1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.78%

R = 35.65%
G = 11.57%
B = 52.78%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D1972 (or 0x4D1972) is known color: Blue Diamond. HEX triplet: 4D, 19 and 72. RGB value is (77,25,114). Sum of RGB (Red+Green+Blue) = 77+25+114=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D1972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1972 is #B2E68D. Grayscale: #323232. Windows color (decimal): -11724430 or 7477581. OLE color: 7477581.

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

Color convert

RGB 77 25 114 -
CMYK 0.32 0.78 0 0.55
HSL 275.06º 0.64% 0.27% -
HSV(B) 275.06º 0.78% 0.45% -
XYZ 6.45 3.49 16.25 -
YUV 50.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 77 25 114 0.32 0.78 0 0.55 275.06 0.64 0.27
Hex 4D 19 72 20 4E 0 37 113 40 1B
Octal 115 31 162 40 116 0 67 423 100 33
Binary 1001101 11001 1110010 100000 1001110 0 110111 100010011 1000000 11011

Color Harmonies of #4D1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1972

Black with #4D1972

Text Example


Text Example

White with #4D1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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