Html Css Color HEX #4C2089 Windsor

📋 copy color: '#4C2089'

red 76 ◦ green 32 ◦ blue 137

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

Shades of Windsor #4C2089

Tints of Windsor #4C2089

RGB

 RED value IS 76 (30.08% from 255) = 31.02%

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

 BLUE value IS 137 (53.91% from 255) = 55.92%

R = 31.02%
G = 13.06%
B = 55.92%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4C2089 (or 0x4C2089) is known color: Windsor. HEX triplet: 4C, 20 and 89. RGB value is (76,32,137). Sum of RGB (Red+Green+Blue) = 76+32+137=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C2089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2089 is #B3DF76. Grayscale: #383838. Windows color (decimal): -11788151 or 8986700. OLE color: 8986700.

HSL color Cylindrical-coordinate representation of color #4C2089: hue angle of 265.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C2089 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 76 32 137 -
CMYK 0.45 0.77 0 0.46
HSL 265.14º 0.62% 0.33% -
HSV(B) 265.14º 0.77% 0.54% -
XYZ 8.01 4.38 24.09 -
YUV 57.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 76 32 137 0.45 0.77 0 0.46 265.14 0.62 0.33
Hex 4C 20 89 2D 4D 0 2E 109 3E 21
Octal 114 40 211 55 115 0 56 411 76 41
Binary 1001100 100000 10001001 101101 1001101 0 101110 100001001 111110 100001

Color Harmonies of #4C2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2089

Black with #4C2089

Text Example


Text Example

White with #4C2089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,137); }

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

background-color css

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

 a { background-color: rgb(76,32,137); }

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

border-color css

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

 span { border-color: rgb(76,32,137); }

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