Html Css Color HEX #4D227C Blue Diamond

📋 copy color: '#4D227C'

red 77 ◦ green 34 ◦ blue 124

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

Shades of Blue Diamond #4D227C

Tints of Blue Diamond #4D227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

 BLUE value IS 124 (48.83% from 255) = 52.77%

R = 32.77%
G = 14.47%
B = 52.77%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D227C (or 0x4D227C) is known color: Blue Diamond. HEX triplet: 4D, 22 and 7C. RGB value is (77,34,124). Sum of RGB (Red+Green+Blue) = 77+34+124=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D227C is #B2DD83. Grayscale: #383838. Windows color (decimal): -11722116 or 8135245. OLE color: 8135245.

HSL color Cylindrical-coordinate representation of color #4D227C: hue angle of 268.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D227C is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 34 124 -
CMYK 0.38 0.73 0 0.51
HSL 268.67º 0.57% 0.31% -
HSV(B) 268.67º 0.73% 0.49% -
XYZ 7.27 4.18 19.49 -
YUV 57.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 77 34 124 0.38 0.73 0 0.51 268.67 0.57 0.31
Hex 4D 22 7C 26 49 0 33 10D 39 1F
Octal 115 42 174 46 111 0 63 415 71 37
Binary 1001101 100010 1111100 100110 1001001 0 110011 100001101 111001 11111

Color Harmonies of #4D227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D227C

Black with #4D227C

Text Example


Text Example

White with #4D227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,124); }

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

background-color css

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

 a { background-color: rgb(77,34,124); }

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

border-color css

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

 span { border-color: rgb(77,34,124); }

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