Html Css Color HEX #493184 Windsor

📋 copy color: '#493184'

red 73 ◦ green 49 ◦ blue 132

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

Shades of Windsor #493184

Tints of Windsor #493184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 132 (51.95% from 255) = 51.97%

R = 28.74%
G = 19.29%
B = 51.97%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#493184 (or 0x493184) is known color: Windsor. HEX triplet: 49, 31 and 84. RGB value is (73,49,132). Sum of RGB (Red+Green+Blue) = 73+49+132=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #493184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493184 is #B6CE7B. Grayscale: #414141. Windows color (decimal): -11980412 or 8663369. OLE color: 8663369.

HSL color Cylindrical-coordinate representation of color #493184: hue angle of 257.35º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493184 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 49 132 -
CMYK 0.45 0.63 0 0.48
HSL 257.35º 0.46% 0.35% -
HSV(B) 257.35º 0.63% 0.52% -
XYZ 8.01 5.28 22.43 -
YUV 65.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 73 49 132 0.45 0.63 0 0.48 257.35 0.46 0.35
Hex 49 31 84 2D 3F 0 30 101 2E 23
Octal 111 61 204 55 77 0 60 401 56 43
Binary 1001001 110001 10000100 101101 111111 0 110000 100000001 101110 100011

Color Harmonies of #493184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493184

Black with #493184

Text Example


Text Example

White with #493184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493184; }

 p { color: rgb(73,49,132); }

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

background-color css

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

 a { background-color: rgb(73,49,132); }

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

border-color css

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

 span { border-color: rgb(73,49,132); }

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