Html Css Color HEX #493375 Windsor

📋 copy color: '#493375'

red 73 ◦ green 51 ◦ blue 117

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

Shades of Windsor #493375

Tints of Windsor #493375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

 BLUE value IS 117 (46.09% from 255) = 48.55%

R = 30.29%
G = 21.16%
B = 48.55%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#493375 (or 0x493375) is known color: Windsor. HEX triplet: 49, 33 and 75. RGB value is (73,51,117). Sum of RGB (Red+Green+Blue) = 73+51+117=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #493375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493375 is #B6CC8A. Grayscale: #404040. Windows color (decimal): -11979915 or 7680841. OLE color: 7680841.

HSL color Cylindrical-coordinate representation of color #493375: hue angle of 260º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493375 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 51 117 -
CMYK 0.38 0.56 0 0.54
HSL 260º 0.39% 0.33% -
HSV(B) 260º 0.56% 0.46% -
XYZ 7.14 5.07 17.43 -
YUV 65.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 73 51 117 0.38 0.56 0 0.54 260 0.39 0.33
Hex 49 33 75 26 38 0 36 104 27 21
Octal 111 63 165 46 70 0 66 404 47 41
Binary 1001001 110011 1110101 100110 111000 0 110110 100000100 100111 100001

Color Harmonies of #493375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493375

Black with #493375

Text Example


Text Example

White with #493375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493375; }

 p { color: rgb(73,51,117); }

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

background-color css

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

 a { background-color: rgb(73,51,117); }

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

border-color css

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

 span { border-color: rgb(73,51,117); }

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