Html Css Color HEX #4D3671 Blue Diamond

📋 copy color: '#4D3671'

red 77 ◦ green 54 ◦ blue 113

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

Shades of Blue Diamond #4D3671

Tints of Blue Diamond #4D3671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 31.56%
G = 22.13%
B = 46.31%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D3671 (or 0x4D3671) is known color: Blue Diamond. HEX triplet: 4D, 36 and 71. RGB value is (77,54,113). Sum of RGB (Red+Green+Blue) = 77+54+113=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D3671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3671 is #B2C98E. Grayscale: #434343. Windows color (decimal): -11717007 or 7419469. OLE color: 7419469.

HSL color Cylindrical-coordinate representation of color #4D3671: hue angle of 263.39º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D3671 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 54 113 -
CMYK 0.32 0.52 0 0.56
HSL 263.39º 0.35% 0.33% -
HSV(B) 263.39º 0.52% 0.44% -
XYZ 7.36 5.41 16.28 -
YUV 67.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 77 54 113 0.32 0.52 0 0.56 263.39 0.35 0.33
Hex 4D 36 71 20 34 0 38 107 23 21
Octal 115 66 161 40 64 0 70 407 43 41
Binary 1001101 110110 1110001 100000 110100 0 111000 100000111 100011 100001

Color Harmonies of #4D3671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3671

Black with #4D3671

Text Example


Text Example

White with #4D3671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,54,113); }

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

background-color css

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

 a { background-color: rgb(77,54,113); }

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

border-color css

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

 span { border-color: rgb(77,54,113); }

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