Html Css Color HEX #4D3175 Blue Diamond

📋 copy color: '#4D3175'

red 77 ◦ green 49 ◦ blue 117

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

Shades of Blue Diamond #4D3175

Tints of Blue Diamond #4D3175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 31.69%
G = 20.16%
B = 48.15%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4D3175 (or 0x4D3175) is known color: Blue Diamond. HEX triplet: 4D, 31 and 75. RGB value is (77,49,117). Sum of RGB (Red+Green+Blue) = 77+49+117=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D3175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3175 is #B2CE8A. Grayscale: #404040. Windows color (decimal): -11718283 or 7680333. OLE color: 7680333.

HSL color Cylindrical-coordinate representation of color #4D3175: hue angle of 264.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3175 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 49 117 -
CMYK 0.34 0.58 0 0.54
HSL 264.71º 0.41% 0.33% -
HSV(B) 264.71º 0.58% 0.46% -
XYZ 7.37 5.06 17.42 -
YUV 65.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 77 49 117 0.34 0.58 0 0.54 264.71 0.41 0.33
Hex 4D 31 75 22 3A 0 36 109 29 21
Octal 115 61 165 42 72 0 66 411 51 41
Binary 1001101 110001 1110101 100010 111010 0 110110 100001001 101001 100001

Color Harmonies of #4D3175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3175

Black with #4D3175

Text Example


Text Example

White with #4D3175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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