Html Css Color HEX #492B89 Windsor

📋 copy color: '#492B89'

red 73 ◦ green 43 ◦ blue 137

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

Shades of Windsor #492B89

Tints of Windsor #492B89

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17%

 BLUE value IS 137 (53.91% from 255) = 54.15%

R = 28.85%
G = 17%
B = 54.15%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#492B89 (or 0x492B89) is known color: Windsor. HEX triplet: 49, 2B and 89. RGB value is (73,43,137). Sum of RGB (Red+Green+Blue) = 73+43+137=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #492B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492B89 is #B6D476. Grayscale: #3E3E3E. Windows color (decimal): -11981943 or 8989513. OLE color: 8989513.

HSL color Cylindrical-coordinate representation of color #492B89: hue angle of 259.15º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492B89 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 43 137 -
CMYK 0.47 0.69 0 0.46
HSL 259.15º 0.52% 0.35% -
HSV(B) 259.15º 0.69% 0.54% -
XYZ 8.13 4.95 24.19 -
YUV 62.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 73 43 137 0.47 0.69 0 0.46 259.15 0.52 0.35
Hex 49 2B 89 2F 45 0 2E 103 34 23
Octal 111 53 211 57 105 0 56 403 64 43
Binary 1001001 101011 10001001 101111 1000101 0 101110 100000011 110100 100011

Color Harmonies of #492B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B89

Black with #492B89

Text Example


Text Example

White with #492B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,137); }

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

background-color css

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

 a { background-color: rgb(73,43,137); }

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

border-color css

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

 span { border-color: rgb(73,43,137); }

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