Html Css Color HEX #4A317D Windsor

📋 copy color: '#4A317D'

red 74 ◦ green 49 ◦ blue 125

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

Shades of Windsor #4A317D

Tints of Windsor #4A317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.4%

R = 29.84%
G = 19.76%
B = 50.4%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A317D (or 0x4A317D) is known color: Windsor. HEX triplet: 4A, 31 and 7D. RGB value is (74,49,125). Sum of RGB (Red+Green+Blue) = 74+49+125=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A317D is #B5CE82. Grayscale: #404040. Windows color (decimal): -11914883 or 8204618. OLE color: 8204618.

HSL color Cylindrical-coordinate representation of color #4A317D: hue angle of 259.74º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A317D is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 49 125 -
CMYK 0.41 0.61 0 0.51
HSL 259.74º 0.44% 0.34% -
HSV(B) 259.74º 0.61% 0.49% -
XYZ 7.62 5.13 19.99 -
YUV 65.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 74 49 125 0.41 0.61 0 0.51 259.74 0.44 0.34
Hex 4A 31 7D 29 3D 0 33 104 2C 22
Octal 112 61 175 51 75 0 63 404 54 42
Binary 1001010 110001 1111101 101001 111101 0 110011 100000100 101100 100010

Color Harmonies of #4A317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A317D

Black with #4A317D

Text Example


Text Example

White with #4A317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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