Html Css Color HEX #493273 Windsor

📋 copy color: '#493273'

red 73 ◦ green 50 ◦ blue 115

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

Shades of Windsor #493273

Tints of Windsor #493273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.32%

R = 30.67%
G = 21.01%
B = 48.32%

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

#493273 (or 0x493273) is known color: Windsor. HEX triplet: 49, 32 and 73. RGB value is (73,50,115). Sum of RGB (Red+Green+Blue) = 73+50+115=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #493273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493273 is #B6CD8C. Grayscale: #404040. Windows color (decimal): -11980173 or 7549513. OLE color: 7549513.

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

Color convert

RGB 73 50 115 -
CMYK 0.37 0.57 0 0.55
HSL 261.23º 0.39% 0.32% -
HSV(B) 261.23º 0.57% 0.45% -
XYZ 6.98 4.94 16.8 -
YUV 64.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 73 50 115 0.37 0.57 0 0.55 261.23 0.39 0.32
Hex 49 32 73 25 39 0 37 105 27 20
Octal 111 62 163 45 71 0 67 405 47 40
Binary 1001001 110010 1110011 100101 111001 0 110111 100000101 100111 100000

Color Harmonies of #493273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493273

Black with #493273

Text Example


Text Example

White with #493273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493273; }

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

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

background-color css

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

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

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

border-color css

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

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

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