Html Css Color HEX #493474 Windsor

📋 copy color: '#493474'

red 73 ◦ green 52 ◦ blue 116

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

Shades of Windsor #493474

Tints of Windsor #493474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 116 (45.7% from 255) = 48.13%

R = 30.29%
G = 21.58%
B = 48.13%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493474 (or 0x493474) is known color: Windsor. HEX triplet: 49, 34 and 74. RGB value is (73,52,116). Sum of RGB (Red+Green+Blue) = 73+52+116=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #493474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493474 is #B6CB8B. Grayscale: #414141. Windows color (decimal): -11979660 or 7615561. OLE color: 7615561.

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

Color convert

RGB 73 52 116 -
CMYK 0.37 0.55 0 0.55
HSL 259.69º 0.38% 0.33% -
HSV(B) 259.69º 0.55% 0.45% -
XYZ 7.13 5.13 17.14 -
YUV 65.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 73 52 116 0.37 0.55 0 0.55 259.69 0.38 0.33
Hex 49 34 74 25 37 0 37 104 26 21
Octal 111 64 164 45 67 0 67 404 46 41
Binary 1001001 110100 1110100 100101 110111 0 110111 100000100 100110 100001

Color Harmonies of #493474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493474

Black with #493474

Text Example


Text Example

White with #493474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493474; }

 p { color: rgb(73,52,116); }

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

background-color css

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

 a { background-color: rgb(73,52,116); }

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

border-color css

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

 span { border-color: rgb(73,52,116); }

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