Html Css Color HEX #4A3185 Windsor

📋 copy color: '#4A3185'

red 74 ◦ green 49 ◦ blue 133

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

Shades of Windsor #4A3185

Tints of Windsor #4A3185

RGB

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

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

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

R = 28.91%
G = 19.14%
B = 51.95%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A3185 (or 0x4A3185) is known color: Windsor. HEX triplet: 4A, 31 and 85. RGB value is (74,49,133). Sum of RGB (Red+Green+Blue) = 74+49+133=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A3185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3185 is #B5CE7A. Grayscale: #414141. Windows color (decimal): -11914875 or 8728906. OLE color: 8728906.

HSL color Cylindrical-coordinate representation of color #4A3185: hue angle of 257.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A3185 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 49 133 -
CMYK 0.44 0.63 0 0.48
HSL 257.86º 0.46% 0.36% -
HSV(B) 257.86º 0.63% 0.52% -
XYZ 8.16 5.35 22.79 -
YUV 66.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 74 49 133 0.44 0.63 0 0.48 257.86 0.46 0.36
Hex 4A 31 85 2C 3F 0 30 102 2E 24
Octal 112 61 205 54 77 0 60 402 56 44
Binary 1001010 110001 10000101 101100 111111 0 110000 100000010 101110 100100

Color Harmonies of #4A3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3185

Black with #4A3185

Text Example


Text Example

White with #4A3185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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