Html Css Color HEX #4D367C Windsor

📋 copy color: '#4D367C'

red 77 ◦ green 54 ◦ blue 124

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

Shades of Windsor #4D367C

Tints of Windsor #4D367C

RGB

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

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

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

R = 30.2%
G = 21.18%
B = 48.63%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D367C (or 0x4D367C) is known color: Windsor. HEX triplet: 4D, 36 and 7C. RGB value is (77,54,124). Sum of RGB (Red+Green+Blue) = 77+54+124=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D367C is #B2C983. Grayscale: #444444. Windows color (decimal): -11716996 or 8140365. OLE color: 8140365.

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

Color convert

RGB 77 54 124 -
CMYK 0.38 0.56 0 0.51
HSL 259.71º 0.39% 0.35% -
HSV(B) 259.71º 0.56% 0.49% -
XYZ 8.02 5.67 19.74 -
YUV 68.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 77 54 124 0.38 0.56 0 0.51 259.71 0.39 0.35
Hex 4D 36 7C 26 38 0 33 104 27 23
Octal 115 66 174 46 70 0 63 404 47 43
Binary 1001101 110110 1111100 100110 111000 0 110011 100000100 100111 100011

Color Harmonies of #4D367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D367C

Black with #4D367C

Text Example


Text Example

White with #4D367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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