Html Css Color HEX #492D7A Windsor

📋 copy color: '#492D7A'

red 73 ◦ green 45 ◦ blue 122

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

Shades of Windsor #492D7A

Tints of Windsor #492D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 30.42%
G = 18.75%
B = 50.83%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#492D7A (or 0x492D7A) is known color: Windsor. HEX triplet: 49, 2D and 7A. RGB value is (73,45,122). Sum of RGB (Red+Green+Blue) = 73+45+122=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #492D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D7A is #B6D285. Grayscale: #3D3D3D. Windows color (decimal): -11981446 or 8006985. OLE color: 8006985.

HSL color Cylindrical-coordinate representation of color #492D7A: hue angle of 261.82º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492D7A is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 45 122 -
CMYK 0.40 0.63 0 0.52
HSL 261.82º 0.46% 0.33% -
HSV(B) 261.82º 0.63% 0.48% -
XYZ 7.2 4.7 18.94 -
YUV 62.15 161.78 135.74 -
System Red Green Blue C M Y K H S L
Decimal 73 45 122 0.40 0.63 0 0.52 261.82 0.46 0.33
Hex 49 2D 7A 28 3F 0 34 106 2E 21
Octal 111 55 172 50 77 0 64 406 56 41
Binary 1001001 101101 1111010 101000 111111 0 110100 100000110 101110 100001

Color Harmonies of #492D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D7A

Black with #492D7A

Text Example


Text Example

White with #492D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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