Html Css Color HEX #492882 Windsor

📋 copy color: '#492882'

red 73 ◦ green 40 ◦ blue 130

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

Shades of Windsor #492882

Tints of Windsor #492882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

 BLUE value IS 130 (51.17% from 255) = 53.5%

R = 30.04%
G = 16.46%
B = 53.5%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#492882 (or 0x492882) is known color: Windsor. HEX triplet: 49, 28 and 82. RGB value is (73,40,130). Sum of RGB (Red+Green+Blue) = 73+40+130=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #492882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492882 is #B6D77D. Grayscale: #3B3B3B. Windows color (decimal): -11982718 or 8529993. OLE color: 8529993.

HSL color Cylindrical-coordinate representation of color #492882: hue angle of 262º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492882 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 40 130 -
CMYK 0.44 0.69 0 0.49
HSL 262º 0.53% 0.33% -
HSV(B) 262º 0.69% 0.51% -
XYZ 7.54 4.55 21.6 -
YUV 60.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 73 40 130 0.44 0.69 0 0.49 262 0.53 0.33
Hex 49 28 82 2C 45 0 31 106 35 21
Octal 111 50 202 54 105 0 61 406 65 41
Binary 1001001 101000 10000010 101100 1000101 0 110001 100000110 110101 100001

Color Harmonies of #492882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492882

Black with #492882

Text Example


Text Example

White with #492882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492882; }

 p { color: rgb(73,40,130); }

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

background-color css

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

 a { background-color: rgb(73,40,130); }

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

border-color css

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

 span { border-color: rgb(73,40,130); }

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