Html Css Color HEX #4C2480 Windsor

📋 copy color: '#4C2480'

red 76 ◦ green 36 ◦ blue 128

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

Shades of Windsor #4C2480

Tints of Windsor #4C2480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 128 (50.39% from 255) = 53.33%

R = 31.67%
G = 15%
B = 53.33%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C2480 (or 0x4C2480) is known color: Windsor. HEX triplet: 4C, 24 and 80. RGB value is (76,36,128). Sum of RGB (Red+Green+Blue) = 76+36+128=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C2480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2480 is #B3DB7F. Grayscale: #3A3A3A. Windows color (decimal): -11787136 or 8397900. OLE color: 8397900.

HSL color Cylindrical-coordinate representation of color #4C2480: hue angle of 266.09º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C2480 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 36 128 -
CMYK 0.41 0.72 0 0.50
HSL 266.09º 0.56% 0.32% -
HSV(B) 266.09º 0.72% 0.5% -
XYZ 7.51 4.36 20.87 -
YUV 58.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 76 36 128 0.41 0.72 0 0.50 266.09 0.56 0.32
Hex 4C 24 80 29 48 0 32 10A 38 20
Octal 114 44 200 51 110 0 62 412 70 40
Binary 1001100 100100 10000000 101001 1001000 0 110010 100001010 111000 100000

Color Harmonies of #4C2480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2480

Black with #4C2480

Text Example


Text Example

White with #4C2480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,36,128); }

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

background-color css

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

 a { background-color: rgb(76,36,128); }

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

border-color css

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

 span { border-color: rgb(76,36,128); }

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