Html Css Color HEX #492588 Windsor

📋 copy color: '#492588'

red 73 ◦ green 37 ◦ blue 136

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

Shades of Windsor #492588

Tints of Windsor #492588

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

 BLUE value IS 136 (53.52% from 255) = 55.28%

R = 29.67%
G = 15.04%
B = 55.28%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#492588 (or 0x492588) is known color: Windsor. HEX triplet: 49, 25 and 88. RGB value is (73,37,136). Sum of RGB (Red+Green+Blue) = 73+37+136=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #492588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492588 is #B6DA77. Grayscale: #3A3A3A. Windows color (decimal): -11983480 or 8922441. OLE color: 8922441.

HSL color Cylindrical-coordinate representation of color #492588: hue angle of 261.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492588 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 37 136 -
CMYK 0.46 0.73 0 0.47
HSL 261.82º 0.57% 0.34% -
HSV(B) 261.82º 0.73% 0.53% -
XYZ 7.85 4.52 23.75 -
YUV 59.05 171.43 137.95 -
System Red Green Blue C M Y K H S L
Decimal 73 37 136 0.46 0.73 0 0.47 261.82 0.57 0.34
Hex 49 25 88 2E 49 0 2F 106 39 22
Octal 111 45 210 56 111 0 57 406 71 42
Binary 1001001 100101 10001000 101110 1001001 0 101111 100000110 111001 100010

Color Harmonies of #492588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492588

Black with #492588

Text Example


Text Example

White with #492588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492588; }

 p { color: rgb(73,37,136); }

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

background-color css

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

 a { background-color: rgb(73,37,136); }

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

border-color css

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

 span { border-color: rgb(73,37,136); }

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