Html Css Color HEX #4A3184 Windsor

📋 copy color: '#4A3184'

red 74 ◦ green 49 ◦ blue 132

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

Shades of Windsor #4A3184

Tints of Windsor #4A3184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 29.02%
G = 19.22%
B = 51.76%

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

#4A3184 (or 0x4A3184) is known color: Windsor. HEX triplet: 4A, 31 and 84. RGB value is (74,49,132). Sum of RGB (Red+Green+Blue) = 74+49+132=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A3184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3184 is #B5CE7B. Grayscale: #414141. Windows color (decimal): -11914876 or 8663370. OLE color: 8663370.

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

Color convert

RGB 74 49 132 -
CMYK 0.44 0.63 0 0.48
HSL 258.07º 0.46% 0.35% -
HSV(B) 258.07º 0.63% 0.52% -
XYZ 8.09 5.32 22.43 -
YUV 65.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 74 49 132 0.44 0.63 0 0.48 258.07 0.46 0.35
Hex 4A 31 84 2C 3F 0 30 102 2E 23
Octal 112 61 204 54 77 0 60 402 56 43
Binary 1001010 110001 10000100 101100 111111 0 110000 100000010 101110 100011

Color Harmonies of #4A3184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3184

Black with #4A3184

Text Example


Text Example

White with #4A3184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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