Html Css Color HEX #4A2292 Windsor

📋 copy color: '#4A2292'

red 74 ◦ green 34 ◦ blue 146

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

Shades of Windsor #4A2292

Tints of Windsor #4A2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.39%

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 29.13%
G = 13.39%
B = 57.48%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A2292 (or 0x4A2292) is known color: Windsor. HEX triplet: 4A, 22 and 92. RGB value is (74,34,146). Sum of RGB (Red+Green+Blue) = 74+34+146=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A2292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2292 is #B5DD6D. Grayscale: #3A3A3A. Windows color (decimal): -11918702 or 9577034. OLE color: 9577034.

HSL color Cylindrical-coordinate representation of color #4A2292: hue angle of 261.43º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A2292 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 34 146 -
CMYK 0.49 0.77 0 0.43
HSL 261.43º 0.62% 0.35% -
HSV(B) 261.43º 0.77% 0.57% -
XYZ 8.58 4.68 27.64 -
YUV 58.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 74 34 146 0.49 0.77 0 0.43 261.43 0.62 0.35
Hex 4A 22 92 31 4D 0 2B 105 3E 23
Octal 112 42 222 61 115 0 53 405 76 43
Binary 1001010 100010 10010010 110001 1001101 0 101011 100000101 111110 100011

Color Harmonies of #4A2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2292

Black with #4A2292

Text Example


Text Example

White with #4A2292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,34,146); }

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

background-color css

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

 a { background-color: rgb(74,34,146); }

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

border-color css

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

 span { border-color: rgb(74,34,146); }

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