Html Css Color HEX #4D307C Windsor

📋 copy color: '#4D307C'

red 77 ◦ green 48 ◦ blue 124

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

Shades of Windsor #4D307C

Tints of Windsor #4D307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 30.92%
G = 19.28%
B = 49.8%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D307C (or 0x4D307C) is known color: Windsor. HEX triplet: 4D, 30 and 7C. RGB value is (77,48,124). Sum of RGB (Red+Green+Blue) = 77+48+124=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D307C is #B2CF83. Grayscale: #414141. Windows color (decimal): -11718532 or 8138829. OLE color: 8138829.

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

Color convert

RGB 77 48 124 -
CMYK 0.38 0.61 0 0.51
HSL 262.89º 0.44% 0.34% -
HSV(B) 262.89º 0.61% 0.49% -
XYZ 7.76 5.15 19.65 -
YUV 65.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 77 48 124 0.38 0.61 0 0.51 262.89 0.44 0.34
Hex 4D 30 7C 26 3D 0 33 107 2C 22
Octal 115 60 174 46 75 0 63 407 54 42
Binary 1001101 110000 1111100 100110 111101 0 110011 100000111 101100 100010

Color Harmonies of #4D307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D307C

Black with #4D307C

Text Example


Text Example

White with #4D307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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