Html Css Color HEX #492192 Windsor

📋 copy color: '#492192'

red 73 ◦ green 33 ◦ blue 146

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

Shades of Windsor #492192

Tints of Windsor #492192

RGB

 RED value IS 73 (28.91% from 255) = 28.97%

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

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

R = 28.97%
G = 13.1%
B = 57.94%

CMYK

 C value IS 0.5

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#492192 (or 0x492192) is known color: Windsor. HEX triplet: 49, 21 and 92. RGB value is (73,33,146). Sum of RGB (Red+Green+Blue) = 73+33+146=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #492192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492192 is #B6DE6D. Grayscale: #393939. Windows color (decimal): -11984494 or 9576777. OLE color: 9576777.

HSL color Cylindrical-coordinate representation of color #492192: hue angle of 261.24º 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 #492192 is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 33 146 -
CMYK 0.5 0.77 0 0.43
HSL 261.24º 0.63% 0.35% -
HSV(B) 261.24º 0.77% 0.57% -
XYZ 8.48 4.58 27.63 -
YUV 57.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 73 33 146 0.5 0.77 0 0.43 261.24 0.63 0.35
Hex 49 21 92 32 4D 0 2B 105 3F 23
Octal 111 41 222 62 115 0 53 405 77 43
Binary 1001001 100001 10010010 110010 1001101 0 101011 100000101 111111 100011

Color Harmonies of #492192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492192

Black with #492192

Text Example


Text Example

White with #492192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492192; }

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

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

background-color css

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

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

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

border-color css

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

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

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