Html Css Color HEX #492789 Windsor

📋 copy color: '#492789'

red 73 ◦ green 39 ◦ blue 137

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

Shades of Windsor #492789

Tints of Windsor #492789

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 29.32%
G = 15.66%
B = 55.02%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#492789 (or 0x492789) is known color: Windsor. HEX triplet: 49, 27 and 89. RGB value is (73,39,137). Sum of RGB (Red+Green+Blue) = 73+39+137=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #492789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492789 is #B6D876. Grayscale: #3B3B3B. Windows color (decimal): -11982967 or 8988489. OLE color: 8988489.

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

Color convert

RGB 73 39 137 -
CMYK 0.47 0.72 0 0.46
HSL 260.82º 0.56% 0.35% -
HSV(B) 260.82º 0.72% 0.54% -
XYZ 7.99 4.67 24.15 -
YUV 60.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 73 39 137 0.47 0.72 0 0.46 260.82 0.56 0.35
Hex 49 27 89 2F 48 0 2E 105 38 23
Octal 111 47 211 57 110 0 56 405 70 43
Binary 1001001 100111 10001001 101111 1001000 0 101110 100000101 111000 100011

Color Harmonies of #492789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492789

Black with #492789

Text Example


Text Example

White with #492789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492789; }

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

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

background-color css

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

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

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

border-color css

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

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

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