Html Css Color HEX #4D3172 Blue Diamond

📋 copy color: '#4D3172'

red 77 ◦ green 49 ◦ blue 114

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

Shades of Blue Diamond #4D3172

Tints of Blue Diamond #4D3172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

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

R = 32.08%
G = 20.42%
B = 47.5%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D3172 (or 0x4D3172) is known color: Blue Diamond. HEX triplet: 4D, 31 and 72. RGB value is (77,49,114). Sum of RGB (Red+Green+Blue) = 77+49+114=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D3172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3172 is #B2CE8D. Grayscale: #404040. Windows color (decimal): -11718286 or 7483725. OLE color: 7483725.

HSL color Cylindrical-coordinate representation of color #4D3172: hue angle of 265.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3172 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 49 114 -
CMYK 0.32 0.57 0 0.55
HSL 265.85º 0.4% 0.32% -
HSV(B) 265.85º 0.57% 0.45% -
XYZ 7.2 4.99 16.5 -
YUV 64.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 77 49 114 0.32 0.57 0 0.55 265.85 0.4 0.32
Hex 4D 31 72 20 39 0 37 10A 28 20
Octal 115 61 162 40 71 0 67 412 50 40
Binary 1001101 110001 1110010 100000 111001 0 110111 100001010 101000 100000

Color Harmonies of #4D3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3172

Black with #4D3172

Text Example


Text Example

White with #4D3172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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