Html Css Color HEX #4D238B Windsor

📋 copy color: '#4D238B'

red 77 ◦ green 35 ◦ blue 139

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

Shades of Windsor #4D238B

Tints of Windsor #4D238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 30.68%
G = 13.94%
B = 55.38%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D238B (or 0x4D238B) is known color: Windsor. HEX triplet: 4D, 23 and 8B. RGB value is (77,35,139). Sum of RGB (Red+Green+Blue) = 77+35+139=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D238B is #B2DC74. Grayscale: #3B3B3B. Windows color (decimal): -11721845 or 9118541. OLE color: 9118541.

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

Color convert

RGB 77 35 139 -
CMYK 0.45 0.75 0 0.45
HSL 264.23º 0.6% 0.34% -
HSV(B) 264.23º 0.75% 0.55% -
XYZ 8.32 4.64 24.88 -
YUV 59.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 77 35 139 0.45 0.75 0 0.45 264.23 0.6 0.34
Hex 4D 23 8B 2D 4B 0 2D 108 3C 22
Octal 115 43 213 55 113 0 55 410 74 42
Binary 1001101 100011 10001011 101101 1001011 0 101101 100001000 111100 100010

Color Harmonies of #4D238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D238B

Black with #4D238B

Text Example


Text Example

White with #4D238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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