Html Css Color HEX #493283 Windsor

📋 copy color: '#493283'

red 73 ◦ green 50 ◦ blue 131

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

Shades of Windsor #493283

Tints of Windsor #493283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.57%

R = 28.74%
G = 19.69%
B = 51.57%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#493283 (or 0x493283) is known color: Windsor. HEX triplet: 49, 32 and 83. RGB value is (73,50,131). Sum of RGB (Red+Green+Blue) = 73+50+131=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #493283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493283 is #B6CD7C. Grayscale: #414141. Windows color (decimal): -11980157 or 8598089. OLE color: 8598089.

HSL color Cylindrical-coordinate representation of color #493283: hue angle of 257.04º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493283 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 50 131 -
CMYK 0.44 0.62 0 0.49
HSL 257.04º 0.45% 0.35% -
HSV(B) 257.04º 0.62% 0.51% -
XYZ 7.98 5.34 22.08 -
YUV 66.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 73 50 131 0.44 0.62 0 0.49 257.04 0.45 0.35
Hex 49 32 83 2C 3E 0 31 101 2D 23
Octal 111 62 203 54 76 0 61 401 55 43
Binary 1001001 110010 10000011 101100 111110 0 110001 100000001 101101 100011

Color Harmonies of #493283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493283

Black with #493283

Text Example


Text Example

White with #493283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493283; }

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

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

background-color css

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

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

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

border-color css

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

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

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