Html Css Color HEX #492977 Windsor

📋 copy color: '#492977'

red 73 ◦ green 41 ◦ blue 119

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

Shades of Windsor #492977

Tints of Windsor #492977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

 BLUE value IS 119 (46.88% from 255) = 51.07%

R = 31.33%
G = 17.6%
B = 51.07%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492977 (or 0x492977) is known color: Windsor. HEX triplet: 49, 29 and 77. RGB value is (73,41,119). Sum of RGB (Red+Green+Blue) = 73+41+119=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #492977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492977 is #B6D688. Grayscale: #3B3B3B. Windows color (decimal): -11982473 or 7809353. OLE color: 7809353.

HSL color Cylindrical-coordinate representation of color #492977: hue angle of 264.62º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492977 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 41 119 -
CMYK 0.39 0.66 0 0.53
HSL 264.62º 0.49% 0.31% -
HSV(B) 264.62º 0.66% 0.47% -
XYZ 6.87 4.33 17.93 -
YUV 59.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 73 41 119 0.39 0.66 0 0.53 264.62 0.49 0.31
Hex 49 29 77 27 42 0 35 109 31 1F
Octal 111 51 167 47 102 0 65 411 61 37
Binary 1001001 101001 1110111 100111 1000010 0 110101 100001001 110001 11111

Color Harmonies of #492977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492977

Black with #492977

Text Example


Text Example

White with #492977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492977; }

 p { color: rgb(73,41,119); }

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

background-color css

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

 a { background-color: rgb(73,41,119); }

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

border-color css

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

 span { border-color: rgb(73,41,119); }

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