Html Css Color HEX #493277 Windsor

📋 copy color: '#493277'

red 73 ◦ green 50 ◦ blue 119

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

Shades of Windsor #493277

Tints of Windsor #493277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 30.17%
G = 20.66%
B = 49.17%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493277 (or 0x493277) is known color: Windsor. HEX triplet: 49, 32 and 77. RGB value is (73,50,119). Sum of RGB (Red+Green+Blue) = 73+50+119=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #493277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493277 is #B6CD88. Grayscale: #404040. Windows color (decimal): -11980169 or 7811657. OLE color: 7811657.

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

Color convert

RGB 73 50 119 -
CMYK 0.39 0.58 0 0.53
HSL 260º 0.41% 0.33% -
HSV(B) 260º 0.58% 0.47% -
XYZ 7.22 5.03 18.04 -
YUV 64.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 73 50 119 0.39 0.58 0 0.53 260 0.41 0.33
Hex 49 32 77 27 3A 0 35 104 29 21
Octal 111 62 167 47 72 0 65 404 51 41
Binary 1001001 110010 1110111 100111 111010 0 110101 100000100 101001 100001

Color Harmonies of #493277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493277

Black with #493277

Text Example


Text Example

White with #493277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493277; }

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

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

background-color css

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

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

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

border-color css

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

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

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