Html Css Color HEX #4D208B Windsor

📋 copy color: '#4D208B'

red 77 ◦ green 32 ◦ blue 139

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

Shades of Windsor #4D208B

Tints of Windsor #4D208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

 BLUE value IS 139 (54.69% from 255) = 56.05%

R = 31.05%
G = 12.9%
B = 56.05%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D208B (or 0x4D208B) is known color: Windsor. HEX triplet: 4D, 20 and 8B. RGB value is (77,32,139). Sum of RGB (Red+Green+Blue) = 77+32+139=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D208B is #B2DF74. Grayscale: #393939. Windows color (decimal): -11722613 or 9117773. OLE color: 9117773.

HSL color Cylindrical-coordinate representation of color #4D208B: hue angle of 265.23º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D208B is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 32 139 -
CMYK 0.45 0.77 0 0.45
HSL 265.23º 0.63% 0.34% -
HSV(B) 265.23º 0.77% 0.55% -
XYZ 8.24 4.47 24.86 -
YUV 57.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 77 32 139 0.45 0.77 0 0.45 265.23 0.63 0.34
Hex 4D 20 8B 2D 4D 0 2D 109 3F 22
Octal 115 40 213 55 115 0 55 411 77 42
Binary 1001101 100000 10001011 101101 1001101 0 101101 100001001 111111 100010

Color Harmonies of #4D208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D208B

Black with #4D208B

Text Example


Text Example

White with #4D208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,139); }

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

background-color css

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

 a { background-color: rgb(77,32,139); }

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

border-color css

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

 span { border-color: rgb(77,32,139); }

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