Html Css Color HEX #4C297C Windsor

📋 copy color: '#4C297C'

red 76 ◦ green 41 ◦ blue 124

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

Shades of Windsor #4C297C

Tints of Windsor #4C297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

 BLUE value IS 124 (48.83% from 255) = 51.45%

R = 31.54%
G = 17.01%
B = 51.45%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C297C (or 0x4C297C) is known color: Windsor. HEX triplet: 4C, 29 and 7C. RGB value is (76,41,124). Sum of RGB (Red+Green+Blue) = 76+41+124=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C297C is #B3D683. Grayscale: #3C3C3C. Windows color (decimal): -11785860 or 8137036. OLE color: 8137036.

HSL color Cylindrical-coordinate representation of color #4C297C: hue angle of 265.3º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C297C is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 41 124 -
CMYK 0.39 0.67 0 0.51
HSL 265.3º 0.5% 0.32% -
HSV(B) 265.3º 0.67% 0.49% -
XYZ 7.41 4.58 19.56 -
YUV 60.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 76 41 124 0.39 0.67 0 0.51 265.3 0.5 0.32
Hex 4C 29 7C 27 43 0 33 109 32 20
Octal 114 51 174 47 103 0 63 411 62 40
Binary 1001100 101001 1111100 100111 1000011 0 110011 100001001 110010 100000

Color Harmonies of #4C297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C297C

Black with #4C297C

Text Example


Text Example

White with #4C297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,124); }

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

background-color css

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

 a { background-color: rgb(76,41,124); }

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

border-color css

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

 span { border-color: rgb(76,41,124); }

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