Html Css Color HEX #492889 Windsor

📋 copy color: '#492889'

red 73 ◦ green 40 ◦ blue 137

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

Shades of Windsor #492889

Tints of Windsor #492889

RGB

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

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

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

R = 29.2%
G = 16%
B = 54.8%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#492889 (or 0x492889) is known color: Windsor. HEX triplet: 49, 28 and 89. RGB value is (73,40,137). Sum of RGB (Red+Green+Blue) = 73+40+137=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #492889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492889 is #B6D776. Grayscale: #3C3C3C. Windows color (decimal): -11982711 or 8988745. OLE color: 8988745.

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

Color convert

RGB 73 40 137 -
CMYK 0.47 0.71 0 0.46
HSL 260.41º 0.55% 0.35% -
HSV(B) 260.41º 0.71% 0.54% -
XYZ 8.02 4.74 24.16 -
YUV 60.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 73 40 137 0.47 0.71 0 0.46 260.41 0.55 0.35
Hex 49 28 89 2F 47 0 2E 104 37 23
Octal 111 50 211 57 107 0 56 404 67 43
Binary 1001001 101000 10001001 101111 1000111 0 101110 100000100 110111 100011

Color Harmonies of #492889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492889

Black with #492889

Text Example


Text Example

White with #492889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492889; }

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

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

background-color css

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

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

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

border-color css

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

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

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