Html Css Color HEX #493274 Windsor

📋 copy color: '#493274'

red 73 ◦ green 50 ◦ blue 116

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

Shades of Windsor #493274

Tints of Windsor #493274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 30.54%
G = 20.92%
B = 48.54%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493274 (or 0x493274) is known color: Windsor. HEX triplet: 49, 32 and 74. RGB value is (73,50,116). Sum of RGB (Red+Green+Blue) = 73+50+116=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #493274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493274 is #B6CD8B. Grayscale: #404040. Windows color (decimal): -11980172 or 7615049. OLE color: 7615049.

HSL color Cylindrical-coordinate representation of color #493274: hue angle of 260.91º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493274 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 50 116 -
CMYK 0.37 0.57 0 0.55
HSL 260.91º 0.4% 0.33% -
HSV(B) 260.91º 0.57% 0.45% -
XYZ 7.04 4.96 17.11 -
YUV 64.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 73 50 116 0.37 0.57 0 0.55 260.91 0.4 0.33
Hex 49 32 74 25 39 0 37 105 28 21
Octal 111 62 164 45 71 0 67 405 50 41
Binary 1001001 110010 1110100 100101 111001 0 110111 100000101 101000 100001

Color Harmonies of #493274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493274

Black with #493274

Text Example


Text Example

White with #493274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493274; }

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

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

background-color css

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

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

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

border-color css

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

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

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