Html Css Color HEX #4A2185 Windsor

📋 copy color: '#4A2185'

red 74 ◦ green 33 ◦ blue 133

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

Shades of Windsor #4A2185

Tints of Windsor #4A2185

RGB

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

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

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

R = 30.83%
G = 13.75%
B = 55.42%

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

#4A2185 (or 0x4A2185) is known color: Windsor. HEX triplet: 4A, 21 and 85. RGB value is (74,33,133). Sum of RGB (Red+Green+Blue) = 74+33+133=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #4A2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2185 is #B5DE7A. Grayscale: #383838. Windows color (decimal): -11918971 or 8724810. OLE color: 8724810.

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

Color convert

RGB 74 33 133 -
CMYK 0.44 0.75 0 0.48
HSL 264.6º 0.6% 0.33% -
HSV(B) 264.6º 0.75% 0.52% -
XYZ 7.6 4.24 22.61 -
YUV 56.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 74 33 133 0.44 0.75 0 0.48 264.6 0.6 0.33
Hex 4A 21 85 2C 4B 0 30 109 3C 21
Octal 112 41 205 54 113 0 60 411 74 41
Binary 1001010 100001 10000101 101100 1001011 0 110000 100001001 111100 100001

Color Harmonies of #4A2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2185

Black with #4A2185

Text Example


Text Example

White with #4A2185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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