Html Css Color HEX #493777 Windsor

📋 copy color: '#493777'

red 73 ◦ green 55 ◦ blue 119

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

Shades of Windsor #493777

Tints of Windsor #493777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 48.18%

R = 29.55%
G = 22.27%
B = 48.18%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493777 (or 0x493777) is known color: Windsor. HEX triplet: 49, 37 and 77. RGB value is (73,55,119). Sum of RGB (Red+Green+Blue) = 73+55+119=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #493777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493777 is #B6C888. Grayscale: #434343. Windows color (decimal): -11978889 or 7812937. OLE color: 7812937.

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

Color convert

RGB 73 55 119 -
CMYK 0.39 0.54 0 0.53
HSL 256.88º 0.37% 0.34% -
HSV(B) 256.88º 0.54% 0.47% -
XYZ 7.44 5.48 18.12 -
YUV 67.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 73 55 119 0.39 0.54 0 0.53 256.88 0.37 0.34
Hex 49 37 77 27 36 0 35 101 25 22
Octal 111 67 167 47 66 0 65 401 45 42
Binary 1001001 110111 1110111 100111 110110 0 110101 100000001 100101 100010

Color Harmonies of #493777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493777

Black with #493777

Text Example


Text Example

White with #493777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493777; }

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

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

background-color css

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

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

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

border-color css

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

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

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