Html Css Color HEX #4A2184 Windsor

📋 copy color: '#4A2184'

red 74 ◦ green 33 ◦ blue 132

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

Shades of Windsor #4A2184

Tints of Windsor #4A2184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

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

R = 30.96%
G = 13.81%
B = 55.23%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A2184 (or 0x4A2184) is known color: Windsor. HEX triplet: 4A, 21 and 84. RGB value is (74,33,132). Sum of RGB (Red+Green+Blue) = 74+33+132=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A2184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2184 is #B5DE7B. Grayscale: #383838. Windows color (decimal): -11918972 or 8659274. OLE color: 8659274.

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

Color convert

RGB 74 33 132 -
CMYK 0.44 0.75 0 0.48
HSL 264.85º 0.6% 0.32% -
HSV(B) 264.85º 0.75% 0.52% -
XYZ 7.53 4.21 22.25 -
YUV 56.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 74 33 132 0.44 0.75 0 0.48 264.85 0.6 0.32
Hex 4A 21 84 2C 4B 0 30 109 3C 20
Octal 112 41 204 54 113 0 60 411 74 40
Binary 1001010 100001 10000100 101100 1001011 0 110000 100001001 111100 100000

Color Harmonies of #4A2184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2184

Black with #4A2184

Text Example


Text Example

White with #4A2184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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