Html Css Color HEX #492094 Windsor

📋 copy color: '#492094'

red 73 ◦ green 32 ◦ blue 148

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

Shades of Windsor #492094

Tints of Windsor #492094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 28.85%
G = 12.65%
B = 58.5%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#492094 (or 0x492094) is known color: Windsor. HEX triplet: 49, 20 and 94. RGB value is (73,32,148). Sum of RGB (Red+Green+Blue) = 73+32+148=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #492094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492094 is #B6DF6B. Grayscale: #393939. Windows color (decimal): -11984748 or 9707593. OLE color: 9707593.

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

Color convert

RGB 73 32 148 -
CMYK 0.51 0.78 0 0.42
HSL 261.21º 0.64% 0.35% -
HSV(B) 261.21º 0.78% 0.58% -
XYZ 8.61 4.59 28.45 -
YUV 57.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 73 32 148 0.51 0.78 0 0.42 261.21 0.64 0.35
Hex 49 20 94 33 4E 0 2A 105 40 23
Octal 111 40 224 63 116 0 52 405 100 43
Binary 1001001 100000 10010100 110011 1001110 0 101010 100000101 1000000 100011

Color Harmonies of #492094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492094

Black with #492094

Text Example


Text Example

White with #492094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492094; }

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

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

background-color css

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

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

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

border-color css

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

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

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