Html Css Color HEX #4C2285 Windsor

📋 copy color: '#4C2285'

red 76 ◦ green 34 ◦ blue 133

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

Shades of Windsor #4C2285

Tints of Windsor #4C2285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.99%

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

R = 31.28%
G = 13.99%
B = 54.73%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C2285 (or 0x4C2285) is known color: Windsor. HEX triplet: 4C, 22 and 85. RGB value is (76,34,133). Sum of RGB (Red+Green+Blue) = 76+34+133=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C2285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2285 is #B3DD7A. Grayscale: #393939. Windows color (decimal): -11787643 or 8725068. OLE color: 8725068.

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

Color convert

RGB 76 34 133 -
CMYK 0.43 0.74 0 0.48
HSL 265.45º 0.59% 0.33% -
HSV(B) 265.45º 0.74% 0.52% -
XYZ 7.79 4.37 22.62 -
YUV 57.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 76 34 133 0.43 0.74 0 0.48 265.45 0.59 0.33
Hex 4C 22 85 2B 4A 0 30 109 3B 21
Octal 114 42 205 53 112 0 60 411 73 41
Binary 1001100 100010 10000101 101011 1001010 0 110000 100001001 111011 100001

Color Harmonies of #4C2285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2285

Black with #4C2285

Text Example


Text Example

White with #4C2285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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