Html Css Color HEX #4D1979 Blue Diamond

📋 copy color: '#4D1979'

red 77 ◦ green 25 ◦ blue 121

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

Shades of Blue Diamond #4D1979

Tints of Blue Diamond #4D1979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 54.26%

R = 34.53%
G = 11.21%
B = 54.26%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D1979 (or 0x4D1979) is known color: Blue Diamond. HEX triplet: 4D, 19 and 79. RGB value is (77,25,121). Sum of RGB (Red+Green+Blue) = 77+25+121=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D1979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1979 is #B2E686. Grayscale: #333333. Windows color (decimal): -11724423 or 7936333. OLE color: 7936333.

HSL color Cylindrical-coordinate representation of color #4D1979: hue angle of 272.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1979 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 25 121 -
CMYK 0.36 0.79 0 0.53
HSL 272.5º 0.66% 0.29% -
HSV(B) 272.5º 0.79% 0.47% -
XYZ 6.86 3.65 18.43 -
YUV 51.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 77 25 121 0.36 0.79 0 0.53 272.5 0.66 0.29
Hex 4D 19 79 24 4F 0 35 110 42 1D
Octal 115 31 171 44 117 0 65 420 102 35
Binary 1001101 11001 1111001 100100 1001111 0 110101 100010000 1000010 11101

Color Harmonies of #4D1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1979

Black with #4D1979

Text Example


Text Example

White with #4D1979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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