Html Css Color HEX #493779 Windsor

📋 copy color: '#493779'

red 73 ◦ green 55 ◦ blue 121

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

Shades of Windsor #493779

Tints of Windsor #493779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 121 (47.66% from 255) = 48.59%

R = 29.32%
G = 22.09%
B = 48.59%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493779 (or 0x493779) is known color: Windsor. HEX triplet: 49, 37 and 79. RGB value is (73,55,121). Sum of RGB (Red+Green+Blue) = 73+55+121=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #493779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493779 is #B6C886. Grayscale: #434343. Windows color (decimal): -11978887 or 7944009. OLE color: 7944009.

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

Color convert

RGB 73 55 121 -
CMYK 0.40 0.55 0 0.53
HSL 256.36º 0.38% 0.35% -
HSV(B) 256.36º 0.55% 0.47% -
XYZ 7.57 5.53 18.76 -
YUV 67.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 73 55 121 0.40 0.55 0 0.53 256.36 0.38 0.35
Hex 49 37 79 28 37 0 35 100 26 23
Octal 111 67 171 50 67 0 65 400 46 43
Binary 1001001 110111 1111001 101000 110111 0 110101 100000000 100110 100011

Color Harmonies of #493779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493779

Black with #493779

Text Example


Text Example

White with #493779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493779; }

 p { color: rgb(73,55,121); }

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

background-color css

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

 a { background-color: rgb(73,55,121); }

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

border-color css

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

 span { border-color: rgb(73,55,121); }

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