Html Css Color HEX #493282 Windsor

📋 copy color: '#493282'

red 73 ◦ green 50 ◦ blue 130

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

Shades of Windsor #493282

Tints of Windsor #493282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.38%

R = 28.85%
G = 19.76%
B = 51.38%

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

#493282 (or 0x493282) is known color: Windsor. HEX triplet: 49, 32 and 82. RGB value is (73,50,130). Sum of RGB (Red+Green+Blue) = 73+50+130=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #493282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493282 is #B6CD7D. Grayscale: #414141. Windows color (decimal): -11980158 or 8532553. OLE color: 8532553.

HSL color Cylindrical-coordinate representation of color #493282: hue angle of 257.25º degrees, saturation: 0.44, 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 #493282 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 50 130 -
CMYK 0.44 0.62 0 0.49
HSL 257.25º 0.44% 0.35% -
HSV(B) 257.25º 0.62% 0.51% -
XYZ 7.92 5.31 21.73 -
YUV 66 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 73 50 130 0.44 0.62 0 0.49 257.25 0.44 0.35
Hex 49 32 82 2C 3E 0 31 101 2C 23
Octal 111 62 202 54 76 0 61 401 54 43
Binary 1001001 110010 10000010 101100 111110 0 110001 100000001 101100 100011

Color Harmonies of #493282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493282

Black with #493282

Text Example


Text Example

White with #493282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493282; }

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

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

background-color css

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

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

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

border-color css

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

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

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