Html Css Color HEX #493680 Windsor

📋 copy color: '#493680'

red 73 ◦ green 54 ◦ blue 128

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

Shades of Windsor #493680

Tints of Windsor #493680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.18%

 BLUE value IS 128 (50.39% from 255) = 50.2%

R = 28.63%
G = 21.18%
B = 50.2%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#493680 (or 0x493680) is known color: Windsor. HEX triplet: 49, 36 and 80. RGB value is (73,54,128). Sum of RGB (Red+Green+Blue) = 73+54+128=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #493680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493680 is #B6C97F. Grayscale: #434343. Windows color (decimal): -11979136 or 8402505. OLE color: 8402505.

HSL color Cylindrical-coordinate representation of color #493680: hue angle of 255.41º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493680 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 54 128 -
CMYK 0.43 0.58 0 0.50
HSL 255.41º 0.41% 0.36% -
HSV(B) 255.41º 0.58% 0.5% -
XYZ 7.96 5.61 21.09 -
YUV 68.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 73 54 128 0.43 0.58 0 0.50 255.41 0.41 0.36
Hex 49 36 80 2B 3A 0 32 FF 29 24
Octal 111 66 200 53 72 0 62 377 51 44
Binary 1001001 110110 10000000 101011 111010 0 110010 11111111 101001 100100

Color Harmonies of #493680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493680

Black with #493680

Text Example


Text Example

White with #493680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493680; }

 p { color: rgb(73,54,128); }

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

background-color css

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

 a { background-color: rgb(73,54,128); }

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

border-color css

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

 span { border-color: rgb(73,54,128); }

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