Html Css Color HEX #4D347C Windsor

📋 copy color: '#4D347C'

red 77 ◦ green 52 ◦ blue 124

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

Shades of Windsor #4D347C

Tints of Windsor #4D347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

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

R = 30.43%
G = 20.55%
B = 49.01%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D347C (or 0x4D347C) is known color: Windsor. HEX triplet: 4D, 34 and 7C. RGB value is (77,52,124). Sum of RGB (Red+Green+Blue) = 77+52+124=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D347C is #B2CB83. Grayscale: #434343. Windows color (decimal): -11717508 or 8139853. OLE color: 8139853.

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

Color convert

RGB 77 52 124 -
CMYK 0.38 0.58 0 0.51
HSL 260.83º 0.41% 0.35% -
HSV(B) 260.83º 0.58% 0.49% -
XYZ 7.93 5.49 19.71 -
YUV 67.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 77 52 124 0.38 0.58 0 0.51 260.83 0.41 0.35
Hex 4D 34 7C 26 3A 0 33 105 29 23
Octal 115 64 174 46 72 0 63 405 51 43
Binary 1001101 110100 1111100 100110 111010 0 110011 100000101 101001 100011

Color Harmonies of #4D347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D347C

Black with #4D347C

Text Example


Text Example

White with #4D347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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