Html Css Color HEX #492D77 Windsor

📋 copy color: '#492D77'

red 73 ◦ green 45 ◦ blue 119

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

Shades of Windsor #492D77

Tints of Windsor #492D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

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

R = 30.8%
G = 18.99%
B = 50.21%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492D77 (or 0x492D77) is known color: Windsor. HEX triplet: 49, 2D and 77. RGB value is (73,45,119). Sum of RGB (Red+Green+Blue) = 73+45+119=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #492D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D77 is #B6D288. Grayscale: #3D3D3D. Windows color (decimal): -11981449 or 7810377. OLE color: 7810377.

HSL color Cylindrical-coordinate representation of color #492D77: hue angle of 262.7º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492D77 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 45 119 -
CMYK 0.39 0.62 0 0.53
HSL 262.7º 0.45% 0.32% -
HSV(B) 262.7º 0.62% 0.47% -
XYZ 7.02 4.63 17.98 -
YUV 61.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 73 45 119 0.39 0.62 0 0.53 262.7 0.45 0.32
Hex 49 2D 77 27 3E 0 35 107 2D 20
Octal 111 55 167 47 76 0 65 407 55 40
Binary 1001001 101101 1110111 100111 111110 0 110101 100000111 101101 100000

Color Harmonies of #492D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D77

Black with #492D77

Text Example


Text Example

White with #492D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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