Html Css Color HEX #4C2085 Windsor

📋 copy color: '#4C2085'

red 76 ◦ green 32 ◦ blue 133

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

Shades of Windsor #4C2085

Tints of Windsor #4C2085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.19%

R = 31.54%
G = 13.28%
B = 55.19%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C2085 (or 0x4C2085) is known color: Windsor. HEX triplet: 4C, 20 and 85. RGB value is (76,32,133). Sum of RGB (Red+Green+Blue) = 76+32+133=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C2085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2085 is #B3DF7A. Grayscale: #383838. Windows color (decimal): -11788155 or 8724556. OLE color: 8724556.

HSL color Cylindrical-coordinate representation of color #4C2085: hue angle of 266.14º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2085 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 32 133 -
CMYK 0.43 0.76 0 0.48
HSL 266.14º 0.61% 0.32% -
HSV(B) 266.14º 0.76% 0.52% -
XYZ 7.73 4.26 22.61 -
YUV 56.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 76 32 133 0.43 0.76 0 0.48 266.14 0.61 0.32
Hex 4C 20 85 2B 4C 0 30 10A 3D 20
Octal 114 40 205 53 114 0 60 412 75 40
Binary 1001100 100000 10000101 101011 1001100 0 110000 100001010 111101 100000

Color Harmonies of #4C2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2085

Black with #4C2085

Text Example


Text Example

White with #4C2085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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