Html Css Color HEX #492881 Windsor

📋 copy color: '#492881'

red 73 ◦ green 40 ◦ blue 129

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

Shades of Windsor #492881

Tints of Windsor #492881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.31%

R = 30.17%
G = 16.53%
B = 53.31%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#492881 (or 0x492881) is known color: Windsor. HEX triplet: 49, 28 and 81. RGB value is (73,40,129). Sum of RGB (Red+Green+Blue) = 73+40+129=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #492881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492881 is #B6D77E. Grayscale: #3B3B3B. Windows color (decimal): -11982719 or 8464457. OLE color: 8464457.

HSL color Cylindrical-coordinate representation of color #492881: hue angle of 262.25º 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 #492881 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 40 129 -
CMYK 0.43 0.69 0 0.49
HSL 262.25º 0.53% 0.33% -
HSV(B) 262.25º 0.69% 0.51% -
XYZ 7.47 4.52 21.25 -
YUV 60.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 73 40 129 0.43 0.69 0 0.49 262.25 0.53 0.33
Hex 49 28 81 2B 45 0 31 106 35 21
Octal 111 50 201 53 105 0 61 406 65 41
Binary 1001001 101000 10000001 101011 1000101 0 110001 100000110 110101 100001

Color Harmonies of #492881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492881

Black with #492881

Text Example


Text Example

White with #492881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492881; }

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

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

background-color css

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

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

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

border-color css

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

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

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