Html Css Color HEX #4D3371 Blue Diamond

📋 copy color: '#4D3371'

red 77 ◦ green 51 ◦ blue 113

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

Shades of Blue Diamond #4D3371

Tints of Blue Diamond #4D3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

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

R = 31.95%
G = 21.16%
B = 46.89%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D3371 (or 0x4D3371) is known color: Blue Diamond. HEX triplet: 4D, 33 and 71. RGB value is (77,51,113). Sum of RGB (Red+Green+Blue) = 77+51+113=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D3371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3371 is #B2CC8E. Grayscale: #414141. Windows color (decimal): -11717775 or 7418701. OLE color: 7418701.

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

Color convert

RGB 77 51 113 -
CMYK 0.32 0.55 0 0.56
HSL 265.16º 0.38% 0.32% -
HSV(B) 265.16º 0.55% 0.44% -
XYZ 7.23 5.14 16.23 -
YUV 65.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 77 51 113 0.32 0.55 0 0.56 265.16 0.38 0.32
Hex 4D 33 71 20 37 0 38 109 26 20
Octal 115 63 161 40 67 0 70 411 46 40
Binary 1001101 110011 1110001 100000 110111 0 111000 100001001 100110 100000

Color Harmonies of #4D3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3371

Black with #4D3371

Text Example


Text Example

White with #4D3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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