Html Css Color HEX #4D337C Windsor

📋 copy color: '#4D337C'

red 77 ◦ green 51 ◦ blue 124

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

Shades of Windsor #4D337C

Tints of Windsor #4D337C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 30.56%
G = 20.24%
B = 49.21%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D337C (or 0x4D337C) is known color: Windsor. HEX triplet: 4D, 33 and 7C. RGB value is (77,51,124). Sum of RGB (Red+Green+Blue) = 77+51+124=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D337C is #B2CC83. Grayscale: #424242. Windows color (decimal): -11717764 or 8139597. OLE color: 8139597.

HSL color Cylindrical-coordinate representation of color #4D337C: hue angle of 261.37º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D337C is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 51 124 -
CMYK 0.38 0.59 0 0.51
HSL 261.37º 0.42% 0.34% -
HSV(B) 261.37º 0.59% 0.49% -
XYZ 7.88 5.4 19.7 -
YUV 67.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 77 51 124 0.38 0.59 0 0.51 261.37 0.42 0.34
Hex 4D 33 7C 26 3B 0 33 105 2A 22
Octal 115 63 174 46 73 0 63 405 52 42
Binary 1001101 110011 1111100 100110 111011 0 110011 100000101 101010 100010

Color Harmonies of #4D337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D337C

Black with #4D337C

Text Example


Text Example

White with #4D337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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