Html Css Color HEX #493678 Windsor

📋 copy color: '#493678'

red 73 ◦ green 54 ◦ blue 120

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

Shades of Windsor #493678

Tints of Windsor #493678

RGB

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

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

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

R = 29.55%
G = 21.86%
B = 48.58%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#493678 (or 0x493678) is known color: Windsor. HEX triplet: 49, 36 and 78. RGB value is (73,54,120). Sum of RGB (Red+Green+Blue) = 73+54+120=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #493678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493678 is #B6C987. Grayscale: #424242. Windows color (decimal): -11979144 or 7878217. OLE color: 7878217.

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

Color convert

RGB 73 54 120 -
CMYK 0.39 0.55 0 0.53
HSL 257.27º 0.38% 0.34% -
HSV(B) 257.27º 0.55% 0.47% -
XYZ 7.46 5.41 18.42 -
YUV 67.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 73 54 120 0.39 0.55 0 0.53 257.27 0.38 0.34
Hex 49 36 78 27 37 0 35 101 26 22
Octal 111 66 170 47 67 0 65 401 46 42
Binary 1001001 110110 1111000 100111 110111 0 110101 100000001 100110 100010

Color Harmonies of #493678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493678

Black with #493678

Text Example


Text Example

White with #493678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493678; }

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

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

background-color css

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

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

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

border-color css

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

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

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