Html Css Color HEX #4A2192 Windsor

📋 copy color: '#4A2192'

red 74 ◦ green 33 ◦ blue 146

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

Shades of Windsor #4A2192

Tints of Windsor #4A2192

RGB

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

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

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

R = 29.25%
G = 13.04%
B = 57.71%

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

#4A2192 (or 0x4A2192) is known color: Windsor. HEX triplet: 4A, 21 and 92. RGB value is (74,33,146). Sum of RGB (Red+Green+Blue) = 74+33+146=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A2192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2192 is #B5DE6D. Grayscale: #393939. Windows color (decimal): -11918958 or 9576778. OLE color: 9576778.

HSL color Cylindrical-coordinate representation of color #4A2192: hue angle of 261.77º degrees, saturation: 0.63, 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 #4A2192 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 33 146 -
CMYK 0.49 0.77 0 0.43
HSL 261.77º 0.63% 0.35% -
HSV(B) 261.77º 0.77% 0.57% -
XYZ 8.56 4.62 27.63 -
YUV 58.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 74 33 146 0.49 0.77 0 0.43 261.77 0.63 0.35
Hex 4A 21 92 31 4D 0 2B 106 3F 23
Octal 112 41 222 61 115 0 53 406 77 43
Binary 1001010 100001 10010010 110001 1001101 0 101011 100000110 111111 100011

Color Harmonies of #4A2192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2192

Black with #4A2192

Text Example


Text Example

White with #4A2192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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