Html Css Color HEX #493378 Windsor

📋 copy color: '#493378'

red 73 ◦ green 51 ◦ blue 120

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

Shades of Windsor #493378

Tints of Windsor #493378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.18%

R = 29.92%
G = 20.9%
B = 49.18%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493378 (or 0x493378) is known color: Windsor. HEX triplet: 49, 33 and 78. RGB value is (73,51,120). Sum of RGB (Red+Green+Blue) = 73+51+120=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #493378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493378 is #B6CC87. Grayscale: #414141. Windows color (decimal): -11979912 or 7877449. OLE color: 7877449.

HSL color Cylindrical-coordinate representation of color #493378: hue angle of 259.13º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493378 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 51 120 -
CMYK 0.39 0.58 0 0.53
HSL 259.13º 0.4% 0.34% -
HSV(B) 259.13º 0.58% 0.47% -
XYZ 7.32 5.14 18.38 -
YUV 65.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 73 51 120 0.39 0.58 0 0.53 259.13 0.4 0.34
Hex 49 33 78 27 3A 0 35 103 28 22
Octal 111 63 170 47 72 0 65 403 50 42
Binary 1001001 110011 1111000 100111 111010 0 110101 100000011 101000 100010

Color Harmonies of #493378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493378

Black with #493378

Text Example


Text Example

White with #493378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493378; }

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

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

background-color css

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

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

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

border-color css

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

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

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