Html Css Color HEX #4D197C Blue Diamond

📋 copy color: '#4D197C'

red 77 ◦ green 25 ◦ blue 124

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

Shades of Blue Diamond #4D197C

Tints of Blue Diamond #4D197C

RGB

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

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

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

R = 34.07%
G = 11.06%
B = 54.87%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D197C (or 0x4D197C) is known color: Blue Diamond. HEX triplet: 4D, 19 and 7C. RGB value is (77,25,124). Sum of RGB (Red+Green+Blue) = 77+25+124=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D197C is #B2E683. Grayscale: #333333. Windows color (decimal): -11724420 or 8132941. OLE color: 8132941.

HSL color Cylindrical-coordinate representation of color #4D197C: hue angle of 271.52º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D197C is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 25 124 -
CMYK 0.38 0.80 0 0.51
HSL 271.52º 0.66% 0.29% -
HSV(B) 271.52º 0.8% 0.49% -
XYZ 7.05 3.73 19.42 -
YUV 51.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 77 25 124 0.38 0.80 0 0.51 271.52 0.66 0.29
Hex 4D 19 7C 26 50 0 33 110 42 1D
Octal 115 31 174 46 120 0 63 420 102 35
Binary 1001101 11001 1111100 100110 1010000 0 110011 100010000 1000010 11101

Color Harmonies of #4D197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D197C

Black with #4D197C

Text Example


Text Example

White with #4D197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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