Html Css Color HEX #492092 Windsor

📋 copy color: '#492092'

red 73 ◦ green 32 ◦ blue 146

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

Shades of Windsor #492092

Tints of Windsor #492092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

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

R = 29.08%
G = 12.75%
B = 58.17%

CMYK

 C value IS 0.5

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#492092 (or 0x492092) is known color: Windsor. HEX triplet: 49, 20 and 92. RGB value is (73,32,146). Sum of RGB (Red+Green+Blue) = 73+32+146=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #492092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492092 is #B6DF6D. Grayscale: #383838. Windows color (decimal): -11984750 or 9576521. OLE color: 9576521.

HSL color Cylindrical-coordinate representation of color #492092: hue angle of 261.58º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492092 is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 32 146 -
CMYK 0.5 0.78 0 0.43
HSL 261.58º 0.64% 0.35% -
HSV(B) 261.58º 0.78% 0.57% -
XYZ 8.45 4.52 27.62 -
YUV 57.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 73 32 146 0.5 0.78 0 0.43 261.58 0.64 0.35
Hex 49 20 92 32 4E 0 2B 106 40 23
Octal 111 40 222 62 116 0 53 406 100 43
Binary 1001001 100000 10010010 110010 1001110 0 101011 100000110 1000000 100011

Color Harmonies of #492092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492092

Black with #492092

Text Example


Text Example

White with #492092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492092; }

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

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

background-color css

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

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

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

border-color css

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

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

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