Html Css Color HEX #492E76 Windsor

📋 copy color: '#492E76'

red 73 ◦ green 46 ◦ blue 118

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

Shades of Windsor #492E76

Tints of Windsor #492E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 30.8%
G = 19.41%
B = 49.79%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#492E76 (or 0x492E76) is known color: Windsor. HEX triplet: 49, 2E and 76. RGB value is (73,46,118). Sum of RGB (Red+Green+Blue) = 73+46+118=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #492E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E76 is #B6D189. Grayscale: #3E3E3E. Windows color (decimal): -11981194 or 7745097. OLE color: 7745097.

HSL color Cylindrical-coordinate representation of color #492E76: hue angle of 262.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #492E76 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 46 118 -
CMYK 0.38 0.61 0 0.54
HSL 262.5º 0.44% 0.32% -
HSV(B) 262.5º 0.61% 0.46% -
XYZ 6.99 4.68 17.67 -
YUV 62.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 73 46 118 0.38 0.61 0 0.54 262.5 0.44 0.32
Hex 49 2E 76 26 3D 0 36 106 2C 20
Octal 111 56 166 46 75 0 66 406 54 40
Binary 1001001 101110 1110110 100110 111101 0 110110 100000110 101100 100000

Color Harmonies of #492E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E76

Black with #492E76

Text Example


Text Example

White with #492E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E76; }

 p { color: rgb(73,46,118); }

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

background-color css

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

 a { background-color: rgb(73,46,118); }

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

border-color css

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

 span { border-color: rgb(73,46,118); }

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