Html Css Color HEX #4D2479 Blue Diamond

📋 copy color: '#4D2479'

red 77 ◦ green 36 ◦ blue 121

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

Shades of Blue Diamond #4D2479

Tints of Blue Diamond #4D2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

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

R = 32.91%
G = 15.38%
B = 51.71%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D2479 (or 0x4D2479) is known color: Blue Diamond. HEX triplet: 4D, 24 and 79. RGB value is (77,36,121). Sum of RGB (Red+Green+Blue) = 77+36+121=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D2479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2479 is #B2DB86. Grayscale: #393939. Windows color (decimal): -11721607 or 7939149. OLE color: 7939149.

HSL color Cylindrical-coordinate representation of color #4D2479: hue angle of 268.94º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D2479 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 36 121 -
CMYK 0.36 0.70 0 0.53
HSL 268.94º 0.54% 0.31% -
HSV(B) 268.94º 0.7% 0.47% -
XYZ 7.14 4.22 18.53 -
YUV 57.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 77 36 121 0.36 0.70 0 0.53 268.94 0.54 0.31
Hex 4D 24 79 24 46 0 35 10D 36 1F
Octal 115 44 171 44 106 0 65 415 66 37
Binary 1001101 100100 1111001 100100 1000110 0 110101 100001101 110110 11111

Color Harmonies of #4D2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2479

Black with #4D2479

Text Example


Text Example

White with #4D2479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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