Html Css Color HEX #4D3377 Blue Diamond

📋 copy color: '#4D3377'

red 77 ◦ green 51 ◦ blue 119

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

Shades of Blue Diamond #4D3377

Tints of Blue Diamond #4D3377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.18%

R = 31.17%
G = 20.65%
B = 48.18%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D3377 (or 0x4D3377) is known color: Blue Diamond. HEX triplet: 4D, 33 and 77. RGB value is (77,51,119). Sum of RGB (Red+Green+Blue) = 77+51+119=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D3377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3377 is #B2CC88. Grayscale: #424242. Windows color (decimal): -11717769 or 7811917. OLE color: 7811917.

HSL color Cylindrical-coordinate representation of color #4D3377: hue angle of 262.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3377 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 51 119 -
CMYK 0.35 0.57 0 0.53
HSL 262.94º 0.4% 0.33% -
HSV(B) 262.94º 0.57% 0.47% -
XYZ 7.57 5.28 18.07 -
YUV 66.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 77 51 119 0.35 0.57 0 0.53 262.94 0.4 0.33
Hex 4D 33 77 23 39 0 35 107 28 21
Octal 115 63 167 43 71 0 65 407 50 41
Binary 1001101 110011 1110111 100011 111001 0 110101 100000111 101000 100001

Color Harmonies of #4D3377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3377

Black with #4D3377

Text Example


Text Example

White with #4D3377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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