Html Css Color HEX #4A317C Windsor

📋 copy color: '#4A317C'

red 74 ◦ green 49 ◦ blue 124

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

Shades of Windsor #4A317C

Tints of Windsor #4A317C

RGB

 RED value IS 74 (29.3% from 255) = 29.96%

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 29.96%
G = 19.84%
B = 50.2%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A317C (or 0x4A317C) is known color: Windsor. HEX triplet: 4A, 31 and 7C. RGB value is (74,49,124). Sum of RGB (Red+Green+Blue) = 74+49+124=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A317C is #B5CE83. Grayscale: #404040. Windows color (decimal): -11914884 or 8139082. OLE color: 8139082.

HSL color Cylindrical-coordinate representation of color #4A317C: hue angle of 260º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A317C is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 49 124 -
CMYK 0.40 0.60 0 0.51
HSL 260º 0.43% 0.34% -
HSV(B) 260º 0.6% 0.49% -
XYZ 7.56 5.11 19.66 -
YUV 65.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 74 49 124 0.40 0.60 0 0.51 260 0.43 0.34
Hex 4A 31 7C 28 3C 0 33 104 2B 22
Octal 112 61 174 50 74 0 63 404 53 42
Binary 1001010 110001 1111100 101000 111100 0 110011 100000100 101011 100010

Color Harmonies of #4A317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A317C

Black with #4A317C

Text Example


Text Example

White with #4A317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,49,124); }

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

background-color css

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

 a { background-color: rgb(74,49,124); }

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

border-color css

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

 span { border-color: rgb(74,49,124); }

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