Html Css Color HEX #4B2091 Windsor

📋 copy color: '#4B2091'

red 75 ◦ green 32 ◦ blue 145

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

Shades of Windsor #4B2091

Tints of Windsor #4B2091

RGB

 RED value IS 75 (29.69% from 255) = 29.76%

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

 BLUE value IS 145 (57.03% from 255) = 57.54%

R = 29.76%
G = 12.7%
B = 57.54%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B2091 (or 0x4B2091) is known color: Windsor. HEX triplet: 4B, 20 and 91. RGB value is (75,32,145). Sum of RGB (Red+Green+Blue) = 75+32+145=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B2091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2091 is #B4DF6E. Grayscale: #393939. Windows color (decimal): -11853679 or 9510987. OLE color: 9510987.

HSL color Cylindrical-coordinate representation of color #4B2091: hue angle of 262.83º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B2091 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 32 145 -
CMYK 0.48 0.78 0 0.43
HSL 262.83º 0.64% 0.35% -
HSV(B) 262.83º 0.78% 0.57% -
XYZ 8.53 4.57 27.22 -
YUV 57.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 75 32 145 0.48 0.78 0 0.43 262.83 0.64 0.35
Hex 4B 20 91 30 4E 0 2B 107 40 23
Octal 113 40 221 60 116 0 53 407 100 43
Binary 1001011 100000 10010001 110000 1001110 0 101011 100000111 1000000 100011

Color Harmonies of #4B2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2091

Black with #4B2091

Text Example


Text Example

White with #4B2091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,32,145); }

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

background-color css

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

 a { background-color: rgb(75,32,145); }

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

border-color css

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

 span { border-color: rgb(75,32,145); }

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